RE: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Zaccone, Warren
] Sent: Sunday, June 19, 2011 8:46 PM To: users@httpd.apache.org Subject: Re: [users@httpd] What does Timeout in the httpd.conf file accomplish? On 06/20/2011 02:38 AM, Zaccone, Warren wrote: Running multiple copies of this script concurrently brings httpd into a hang state, that it will not recover

RE: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Zaccone, Warren
. thank you very much, I understand I will make certain the max excecution time for a script has an appropriate default value within the intepretor. From: Eric Covener [cove...@gmail.com] Sent: Sunday, June 19, 2011 8:41 PM To:

RE: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Zaccone, Warren
yes. so I am I. The default setting is 30 seconds however pstack shows all 256 children running this script indefinitely - until I stop and restart httpd. This statement in the php doc is leading me to believe the Timeout directive will override: Your web server can have other timeout

[users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-19 Thread Zaccone, Warren
Running multiple copies of this script concurrently brings httpd into a hang state, that it will not recover from without manually restarting the httpd server. ab -n 300 -c 300 http://myserver/mysite/loop.php ?php /* loop.php */ while (1) sleep (20); ? I have timeout set to 900 but it does

RE: [users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-16 Thread Zaccone, Warren
To: users@httpd.apache.org Subject: Re: [users@httpd] need some thoughts on trouble shooting httpd server hangup On 06/03/2011 10:12 PM, Zaccone, Warren wrote: Have a problem where httpd server 2.2.15 stops responding to requests requiring server to be frequently restarted that has me going in circles

[users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-03 Thread Zaccone, Warren
Have a problem where httpd server 2.2.15 stops responding to requests requiring server to be frequently restarted that has me going in circles. I was looking for some direction as to how to pursue. there are 8 workers running each consuming very little cpu. netstat shows process listening