Edgewall Software

Opened 18 years ago

Last modified 17 years ago

#3907 closed defect

/login broken with Apache mod_include — at Initial Version

Reported by: gandalf@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hello

I can't get Trac 0.10 working with mod_python/mod_include

When I ONLY ENABLE mod_include module /login gives this excpetion : Traceback (most recent call last):

File "/var/lib/python-support/python2.4/trac/web/main.py", line 356, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.4/trac/web/main.py", line 224, in dispatch

resp = chosen_handler.process_request(req)

File "/var/lib/python-support/python2.4/trac/web/auth.py", line 95, in process_request

self._do_login(req)

File "/var/lib/python-support/python2.4/trac/web/auth.py", line 116, in _do_login

assert req.remote_user, 'Authentication information not available.'

AssertionError: Authentication information not available.

I I disabled it, everything works again.

Change History (1)

by gandalf@…, 18 years ago

Attachment: www.museek-plus.org added

Trac Virtual Host

Note: See TracTickets for help on using tickets.