You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Shankar Unni <sh...@netscape.net> on 2005/10/05 21:32:34 UTC

[users@httpd] Re: Apache running with PID of 0

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Re: Apache running with PID of 0

Posted by Duncan Drury <d....@gmail.com>.
> Is PHP5 installed as package? Binary or Source?
> 
I installed from the port.

Duncan


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Re: Apache running with PID of 0

Posted by Boysenberry Payne <bo...@humaniteque.com>.
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: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org