Opened 18 years ago
Closed 18 years ago
#3907 closed defect (wontfix)
/login broken with Apache mod_include
Reported by: | 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 (last modified by )
Hello
I can't get Trac 0.10 working with mod_python/mod_include.
When I ONLY ENABLE mod_include module /login
gives this exception:
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.
If I disable it, everything works again.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | www.museek-plus.org added |
---|
follow-up: 3 comment:2 by , 18 years ago
It was pretty thoroughly decided on IRC that this is an Apache glitch. Authentication on the entire server was being affected, not just with Trac.
comment:3 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Replying to Noah Kantrowitz (coderanger) <coderanger@yahoo.com>:
It was pretty thoroughly decided on IRC that this is an Apache glitch. Authentication on the entire server was being affected, not just with Trac.
Ok, closing according to that (and because there was no follow-up by the reporter here since some months).
Trac Virtual Host