im using cherokee on vpslik.com with a vps with 128mb of ram with this config http://gist.github.com/252145
all perfect but i use cherokee-admin for django wizard an works perfect using the command default but im seen the python manage.py runfcgi file get out of vps ram im tuning the command with: 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 but .. when i visit cherokee gime 503 Service Unavailable and cherokee gime this: Cherokee Web Server 0.99.31 (Dec 3 2009): Listening on port ALL:80, TLS disabled, IPv6 enabled, using epoll, 4096 fds system limit, max. 2041 connections, caching I/O, 3 threads, 680 connections per thread, standard scheduling policy PID 25774: launched '/bin/sh -c exec python /var/www/zodyblog/manage.py runfcgi protocol=scgi socket=/tmp/cherokee-source1.so ck 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 25774: exited re=1 PID 25775: launched '/bin/sh -c exec python /var/www/zodyblog/manage.py runfcgi protocol=scgi socket=/tmp/cherokee-source1.so ck 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 25775: exited re=1 PID 25778: launched '/bin/sh -c exec python /var/www/zodyblog/manage.py runfcgi protocol=scgi socket=/tmp/cherokee-source1.so ck 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 25778: exited re=1 PID 25779: launched '/bin/sh -c exec python /var/www/zodyblog/manage.py runfcgi protocol=scgi socket=/tmp/cherokee-source1.so ck 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 25779: exited re=1 PID 25793: launched '/bin/sh -c exec python /var/www/zodyblog/manage.py runfcgi protocol=scgi socket=/tmp/cherokee-source1.so ck 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 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. im check the out.log and err.log and the files its no created... sooo no seen the problem origins .. _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
