Is PHP5 installed as package? Binary or Source?

Boysenberry

boysenberrys.com | habitatlife.com | selfgnosis.com

On Oct 5, 2005, at 2:32 PM, Shankar Unni wrote:

Duncan Drury wrote:

Output from ps -aux |grep httpd
root       645 99.0  0.8  8208 3920  ??  Rs    7:47PM   2:29.57
/usr/local/sbin/httpd
www 0 0.0 0.0 0 0 ?? ZW - 0:00.00 (httpd) www 0 0.0 0.0 0 0 ?? ZW - 0:00.00 (httpd) www 0 0.0 0.0 0 0 ?? ZW - 0:00.00 (httpd)
...

This ("ZW") means they're all zombies (I guess freebsd shows them as "PID 0"). Your parent httpd process seems to be spinning wildly, and not receiving the SIGCHLDs from the children? Or something else has caused the signals to get blocked?

I'd suspect PHP, too..


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to