Ticket #2106 (closed defect: fixed)
Opened 6 years ago
Last modified 6 years ago
lighttpd+FastCGI errors
| Reported by: | Enderson Maia (enderson@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | general | Version: | 0.9b2 |
| Severity: | major | Keywords: | fastcgi lighttpd fcgi.py |
| Cc: | enderson@…, vyt@… | ||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by cmlenz) (diff)
Here is the lighttpd.log while I'm using Trac.
====8<====
2005-09-21 19:23:28: (mod_fastcgi.c.2108) FastCGI-stderr:
2005-09-21 19:23:28: (mod_fastcgi.c.2108) FastCGI-stderr: Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 567, in run
protocolStatus, appStatus = self.server.handler(self)
TypeError: unpack non-sequence
2005-09-21 19:23:28: (mod_fastcgi.c.2108) FastCGI-stderr:
2005-09-21 19:23:40: (mod_fastcgi.c.2108) FastCGI-stderr: Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 567, in run
protocolStatus, appStatus = self.server.handler(self)
TypeError: unpack non-sequence
2005-09-21 19:23:40: (mod_fastcgi.c.2108) FastCGI-stderr:
2005-09-21 19:23:42: (mod_fastcgi.c.2108) FastCGI-stderr: Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 567, in run
protocolStatus, appStatus = self.server.handler(self)
TypeError: unpack non-sequence
2005-09-21 19:23:42: (mod_fastcgi.c.2108) FastCGI-stderr:
====8<====
I can't do anything but browse the site, can't add/edit tickets/wikis.
Attachments
Change History
comment:1 Changed 6 years ago by Enderson Maia
- Cc enderson@… added
comment:2 Changed 6 years ago by pierre.francois@…
- Severity changed from normal to major
- Version changed from 0.9b1 to 0.9b2
I am having the same problem, but with trac-0.9b2 and python 2.4.1. The rest is the same as mentionned above.
comment:3 Changed 6 years ago by aturk@…
I have the same problem, but with FastCGI 2.4.0/python 2.3.5/Apache 1.3.33
comment:4 Changed 6 years ago by aturk@…
also, I am running RH Linux 8.0
comment:5 Changed 6 years ago by anonymous
- Milestone set to 0.9
comment:6 Changed 6 years ago by jonas
- Status changed from new to assigned
Can you guys test [2405] and see if that fixes this problem? We didn't return correct (or any at all) protocol status codes from out fast_cgi handler.
comment:7 Changed 6 years ago by jonas
#2252 is a duplicate of this issue.
comment:8 Changed 6 years ago by cmlenz
- Description modified (diff)
- Summary changed from lighttpd+FasCGI errors to lighttpd+FastCGI errors
comment:9 Changed 6 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Marking this as fixed. If you're still seeing the problem, please reopen this ticket.
comment:10 Changed 6 years ago by anonymous
- Cc vyt@… added



Forgot to mention some program verions
python-2.3.5
lighttpd-1.3.16
If you need more details, just ask.