
rarvind at users
Sep 24, 2009, 10:16 PM
Post #1 of 1
(305 views)
Permalink
|
|
Cherokee stops when running any fastcgi interpereter like php or mono -- Probable cause
|
|
Hello, I removed the uname and group www who were currently running the cherokee worker process.. and now both the processes run as root. and it seems to work fine. Is this expected behaviour ? thanks Arvind -------- Original Message -------- Subject: Cherokee stops when running any fastcgi interpereter like php or mono Date: Thu, 24 Sep 2009 21:53:09 -0600 From: Sourceforge.NET <rarvind [at] users> To: cherokee [at] lists Hello, I am running cherokee on my freebsd server. here is the details for this.. uname -a FreeBSD shiva 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 root [at] i386-builder:/usr/obj/usr/src/sys/GENERIC i386 Its able to server normaly html files but fails when i try to run a php page or a asp.net page. I dont see the log file being touched at /var/log/cherokee.access or cherokee.error. $ sudo /usr/local/etc/rc.d/cherokee onestart Starting cherokee. [arvind [at] shiv /var/log]$ Cherokee Web Server 0.99.24 (Sep 24 2009): Listening on port ALL:80, TLS disabled, IPv6 disabled, using poll, 3520 fds system limit, max. 1753 connections, caching I/O, 5 threads, 350 connections per thread, standard scheduling policy PID 1583: launched '/bin/sh -c exec /usr/local/bin/php-cgi -b localhost:47990' with uid=80, gid=80, env=custom PID 1584: launched '/bin/sh -c exec /usr/local/bin/php-cgi -b localhost:47990' with uid=80, gid=80, env=custom Server is exiting.. PID 1583: exited re=0 PID 1584: exited re=0 PID 1582: exited re=0 [arvind [at] shiv /var/log]$ sudo /usr/local/etc/rc.d/cherokee onestart Starting cherokee. [arvind [at] shiv /var/log]$ Cherokee Web Server 0.99.24 (Sep 24 2009): Listening on port ALL:80, TLS disabled, IPv6 disabled, using poll, 3520 fds system limit, max. 1753 connections, caching I/O, 5 threads, 350 connections per thread, standard scheduling policy PID 1629: launched '/bin/sh -c exec /usr/local/bin/fastcgi-mono-server2 /socket=tcp:8002' with uid=80, gid=80, env=inherited PID 1630: launched '/bin/sh -c exec /usr/local/bin/fastcgi-mono-server2 /socket=tcp:8002' with uid=80, gid=80, env=inherited Server is exiting.. PID 1630: exited re=0 PID 1629: exited re=0 PID 1621: exited re=0 _______________________________________________ Cherokee mailing list Cherokee [at] lists http://lists.octality.com/listinfo/cherokee
|