Edgewall Software

Opened 18 years ago

Last modified 17 years ago

#3907 closed defect

/login broken with Apache mod_include — at Version 1

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 (last modified by Christian Boos)

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.

Change History (2)

by gandalf@…, 18 years ago

Attachment: www.museek-plus.org added

Trac Virtual Host

comment:1 by Christian Boos, 18 years ago

Description: modified (diff)

(fixing description)

Note: See TracTickets for help on using tickets.