Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2392 closed defect (fixed)

FastCGI : CGI_REQUEST_COMPLETE attribute not present in module _fcgi

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

Description

When trying to execute Trac as a FastCGI, I get the main page of the site (WikiStart) but every attempt to click on a menu (login, recent changes…) gives the following error (in Apache log file, noting in project log) :

[Tue Nov 22 00:18:02 2005] [error] [client 134.158.88.81] FastCGI: server "/htdocs/tractest/bin/trac.fcgi" stderr: Traceback (most recent call last):, referer: https://tractest/LCGTier2
[Tue Nov 22 00:18:02 2005] [error] [client 134.158.88.81] FastCGI: server "/htdocs/tractest/bin/trac.fcgi" stderr:   File "/www/Web/servers/trac/0.9-2438-anydiff/lib/python2.4/site-packages/trac/web/_fcgi.py", line 567, in run, referer: https://tractest/LCGTier2
[Tue Nov 22 00:18:02 2005] [error] [client 134.158.88.81] FastCGI: server "/htdocs/tractest/bin/trac.fcgi" stderr:     protocolStatus, appStatus = self.server.handler(self), referer: https://tractest/LCGTier2
[Tue Nov 22 00:18:02 2005] [error] [client 134.158.88.81] FastCGI: server "/htdocs/tractest/bin/trac.fcgi" stderr:   File "/www/Web/servers/trac/0.9-2438-anydiff/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 37, in _handler, referer: https://tractest/LCGTier2
[Tue Nov 22 00:18:02 2005] [error] [client 134.158.88.81] FastCGI: server "/htdocs/tractest/bin/trac.fcgi" stderr:     return _fcgi.CGI_REQUEST_COMPLETE, 0, referer: https://tractest/LCGTier2
[Tue Nov 22 00:18:02 2005] [error] [client 134.158.88.81] FastCGI: server "/htdocs/tractest/bin/trac.fcgi" stderr: AttributeError: 'module' object has no attribute 'CGI_REQUEST_COMPLETE', referer: https://tractest/LCGTier2

Attachments (0)

Change History (1)

comment:1 by Matthew Good, 18 years ago

Resolution: fixed
Status: newclosed

This was already fixed in [2501] and [2502] for 0.9.1

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.