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 configurations that may also interrupt PHP execution. Apache has a Timeout directive and IIS has a CGI timeout function. Both default to 300 seconds. See your web server documentation for specific details. " I will pursue with php instead of httpd now. -----Original Message----- From: Igor Galić [mailto:[email protected]] Sent: Monday, June 20, 2011 9:11 AM To: [email protected] Subject: Re: [users@httpd] What does Timeout in the httpd.conf file accomplish? ----- Original Message ----- > . 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. I'm confused as to how this can run for longer than http://php.net/manual/en/info.configuration.php#ini.max-execution-time i > ________________________________________ > From: Eric Covener [[email protected]] > Sent: Sunday, June 19, 2011 8:41 PM > To: [email protected] > Subject: Re: [users@httpd] What does Timeout in the httpd.conf file > accomplish? > > > I have timeout set to 900 but it does not appear to be working. > > What does > > timeout in the httpd.conf do? > > http://httpd.apache.org/docs/current/mod/core.html#timeout > > > Will the httpd.conf timeout protect the server from such scripts > > or is > > there something else. > > Not malicious ones, perhaps something in the interpreter (PHP) > itself? > > --------------------------------------------------------------------- > 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] > > -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: [email protected] URL: http://brainsware.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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
