Dennis Schridde schreef: > Am Sonntag, 28. September 2008 01:03:31 schrieb Giel van Schijndel: >> As a temporary read-only mirror: https://trac.mortis.eu/warzone/ > Which gives 500 - Internal Server Error... :P
I found this traceback three times in my error log (using Trac 0.10, for
line numbers):
> [Sun Sep 28 02:42:10 2008] [error] Traceback (most recent call last):
> [Sun Sep 28 02:42:10 2008] [error] File
> "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in
> HandlerDispatch\n result = object(req)
> [Sun Sep 28 02:42:10 2008] [error] File
> "/var/lib/python-support/python2.4/trac/web/modpython_frontend.py", line 87,
> in handler\n gateway.run(dispatch_request)
> [Sun Sep 28 02:42:10 2008] [error] File
> "/var/lib/python-support/python2.4/trac/web/wsgi.py", line 87, in run\n
> response = application(self.environ, self._start_response)
> [Sun Sep 28 02:42:10 2008] [error] File
> "/var/lib/python-support/python2.4/trac/web/main.py", line 331, in
> dispatch_request\n raise ValueError('TracUriRoot set to %s but request URL
> '
> [Sun Sep 28 02:42:10 2008] [error] ValueError: TracUriRoot set to /warzone
> but request URL is https://trac.mortis.eu/warzone/
I'm not sure why it says "request URL is %s" because looking at the code
I see it extracts that value from the environment variable REQUEST_URI
(a URI is the part of the URL that comes after the hostname). So I also
don't understand how a full URL could find its way into the REQUEST_URI
environment var.
--
Giel
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
