Edgewall Software
Modify

Opened 19 years ago

Closed 17 years ago

Last modified 16 years ago

#1859 closed defect (worksforme)

FastCGI frontend outputs a blank line to stderr on every request

Reported by: trac@… 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 Jonas Borgström, 18 years ago

Status: newassigned

This is probably the same issue as #2106, can you check if this still occurs after [2425].

comment:2 by anonymous, 18 years ago

Cc: vyt@… added

comment:3 by trac@…, 18 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 Christian Boos, 17 years ago

Resolution: worksforme
Status: assignedclosed

So I assume this is fixed by now… could somebody using FastCGI with lighttpd confirm?

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.