On 09/12/2009, at 02:11, Andres Vargas - zodman wrote: > Soooo im trying to find why exit( exist a way for cherokee catch the > output generated by runfcgi) and no seen the way for found why has an > exit.
The stderr of the FastCGI is logged in your virtual server errors log as long as it writes to a file or the standard error stream. > PID 25793: launched '/bin/sh -c exec python /var/www/zodyblog/manage.py > runfcgi protocol=scgi socket=/tmp/cherokee-source1.sock maxchildren=1 > debug=true outlog=/var/log/cherooke/out.log errlog=/var/log/cherokee/err.log > daemonize=false maxrequests=1 maxspare=1 minspare=1' with uid=0, gid=0, > env=inherited > PID 25793: exited re=1 Looks like the problem is that maxrequests=1 parameter that you added. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
