lighttpd+FastCGI errors
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.
Change History
(10)
| Severity: |
normal → major
|
| Version: |
0.9b1 → 0.9b2
|
| Description: |
modified (diff)
|
| Summary: |
lighttpd+FasCGI errors → lighttpd+FastCGI errors
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Forgot to mention some program verions
python-2.3.5 lighttpd-1.3.16
If you need more details, just ask.