Modify ↓
#1859 closed defect (worksforme)
FastCGI frontend outputs a blank line to stderr on every request
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | major | Keywords: | |
Cc: | vyt@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm running Trac under FastCGI with lighttpd, and every time a page is requested, I get:
2005-07-31 21:56:37: (mod_fastcgi.c.2110) FastCGI-stderr:
which has a tendency to fill up the log files.
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 19 years ago
This appears mostly fixed now as of the current head, i.e. [2524]. It appears there may be an issue with error pages still, though:
2005-11-09 12:25:44: (mod_fastcgi.c.2306) FastCGI-stderr: Traceback (most recent call last): File "/home/nriley/lib/python2.4/site-packages/trac/web/_fcgi.py", line 567, in run protocolStatus, appStatus = self.server.handler(self) File "/home/nriley/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 33, in _handler env = get_environment(req, os.environ) File "/home/nriley/lib/python2.4/site-packages/trac/web/main.py", line 338, in get_environment return _open_environment(env_path, threaded) File "/home/nriley/lib/python2.4/site-packages/trac/web/main.py", line 51, in _open_environment env_cache[env_path] = open_environment(env_path) File "/home/nriley/lib/python2.4/site-packages/trac/env.py", line 374, in open_environment raise TracError, 'The Trac Environment needs to be upgraded. Run ' \ TracError: The Trac Environment needs to be upgraded. Run trac-admin /home/nriley/trac/dev upgrade" 2005-11-09 12:25:44: (mod_fastcgi.c.2306) FastCGI-stderr:
Note the extra blank line there.
Thanks for getting to this!
comment:4 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
So I assume this is fixed by now… could somebody using FastCGI with lighttpd confirm?
Note:
See TracTickets
for help on using tickets.
This is probably the same issue as #2106, can you check if this still occurs after [2425].