Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#3907 closed defect (wontfix)

/login broken with Apache mod_include

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.

Attachments (1)

www.museek-plus.org (7.3 KB ) - added by gandalf@… 18 years ago.
Trac Virtual Host

Download all attachments as: .zip

Change History (4)

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)

comment:2 by Noah Kantrowitz (coderanger) <coderanger@…>, 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.

in reply to:  2 comment:3 by Christian Boos, 17 years ago

Resolution: wontfix
Status: newclosed

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).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.