https://issues.apache.org/bugzilla/show_bug.cgi?id=48328
Jeff Trawick <trawick@apache.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Jeff Trawick <trawick@apache.org> 2009-12-02 04:32:28 UTC ---
Hi Hendrik,
When you use the FcgidCmdOptions directive, processing options for the
specified command are taken from that directive or the defaults, rather than a
combination of the FcgidCmdOptions directive and other settings. 40 is the
default value for the IO timeout.
If php-cgi.exe is your only FastCGI executable, the easiest change is to remove
your FcgidCmdOptions directive and set PHP_FCGI_CHILDREN and
PHP_FCGI_MAX_REQUESTS using the FcgidInitialEnv directive.
Alternately, you could specify ConnectTimeout, IdleTimeout, IOTimeout,
MaxProcessLifeTime, and MaxRequestsPerProcess on the FcgidCmdOptions directive.
(FcgidCmdOptions is used to declare all processing options for a particular
executable file with no interaction with general settings.)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|