Re: Error 404 When successfully changing anything
Ralf Schlatterbeck <[email protected]> Mon, 29 Apr 2024 14:03:48 +0200
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Stefan, On Mon, Apr 29, 2024 at 11:31:43AM +0000, Schmelz, Stefan wrote: [...] > And this ist he HTML response in My browser: > Error response > Error code: 404 > Message: /issue2/?@ok_message=Der%20Eintrag%20%22msg3%22%20wurde%20erstellt%0ADer%20Eintrag%20%22issue2%22%20wurde%20erstellt&@template=item. > Error code explanation: 404 - Nothing matches the given URI. Are you running this with the standalone server or behind a web server like apache or nginx? What have you configured in config.ini in section [tracker], config variable 'web'? This must match exactly what you have configured in the web server or what you have specified on the command-line of roundup-server. The argument passed to roundup-server is the name of the first URL component after the hostname -- that would go *before* the "/issue2" in your Message above. This must match what you've configured in 'web'. So as 'web' you would have something like web = http://hostname/trackername/ and you would call roundup-server with roundup-server trackername=/path/to/tracker/ Note that the 'web' config variable needs a trailing '/'. Let us know if you make progress on this! Thanks Ralf -- Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16 Open Source Consulting www: www.runtux.com Reichergasse 131, A-3411 Weidling email: [email protected]