https://issues.apache.org/bugzilla/show_bug.cgi?id=48328

Jeff Trawick <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Jeff Trawick <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to