That seemed to work.  Thanks.

I have one question, the version of trac I'm running is 0.9.5.  Based on the filename of the patch, it is for 0.9.4.  Why wouldn't this already be included in 0.9.5?

Grigory Batalov wrote:
On Wed, 17 May 2006 09:01:49 -0400
Bill Williams <[EMAIL PROTECTED]> wrote:

  
I have been able to get trac to work with TracCGI; however, when I try 
fast CGI, I keep getting an internal error.

I am getting this error when I am just viewing the page that shows all 
of my available projects.  I also get the error when I actually click on 
one of the individual projects.
    

<skip> 

  
"/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 580, in run self._end(appStatus, protocolStatus) File 
"/usr/lib/python2.3/site-packages/trac/web/_fcgi.py", line 606, in _end sys.exit(appStatus) SystemExit: 0
    

  Did you try attached patch for trac.fcgi ?
  It solves similar problem for me.
  

--- trac-0.9.4/cgi-bin/trac.fcgi.orig 2006-02-15 23:10:48 +0300 +++ trac-0.9.4/cgi-bin/trac.fcgi 2006-03-02 00:21:26 +0300 @@ -18,6 +18,7 @@ try: from trac.web import fcgi_frontend fcgi_frontend.run() +except SystemExit: pass except Exception, e: print 'Content-Type: text/plain\r\n\r\n', print 'Oops...'

_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to