Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 44936 invoked from network); 21 Sep 2009 17:56:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Sep 2009 17:56:30 -0000 Received: (qmail 72476 invoked by uid 500); 21 Sep 2009 17:56:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 72399 invoked by uid 500); 21 Sep 2009 17:56:30 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 72390 invoked by uid 99); 21 Sep 2009 17:56:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 17:56:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 17:56:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B383B23888CC; Mon, 21 Sep 2009 17:56:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r817347 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Date: Mon, 21 Sep 2009 17:56:07 -0000 To: cvs@httpd.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090921175607.B383B23888CC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Mon Sep 21 17:56:07 2009 New Revision: 817347 URL: http://svn.apache.org/viewvc?rev=817347&view=rev Log: Renaming mod_fcgid directives part 4: - Switching all directive names in the docs page to the new ones Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml?rev=817347&r1=817346&r2=817347&view=diff ============================================================================== --- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml (original) +++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Mon Sep 21 17:56:07 2009 @@ -108,7 +108,7 @@

PHP applications are usually configured using the - FCGIWrapper directive + FCGIDWrapper directive and a corresponding wrapper script, as in the following example:

@@ -126,10 +126,10 @@ AddHandler fcgid-script .php
Options +ExecCGI
- FCGIWrapper /usr/local/bin/php-wrapper .php
+ FCGIDWrapper /usr/local/bin/php-wrapper .php
# Uncomment the following line if cgi.fix_pathinfo
# is set to 1 in php.ini:
- # PHP_Fix_Pathinfo_Enable 1
+ # FCGIDPHPFixPathinfoEnable 1

# Customize the next two directives for your requirements.
Order allow,deny
@@ -166,29 +166,29 @@ mod_cgid - BusyScanInterval + FCGIDBusyScanInterval scan interval for busy timeout process - BusyScanInterval seconds - BusyScanInterval 120 + FCGIDBusyScanInterval seconds + FCGIDBusyScanInterval 120 server config

The module performs the - BusyTimeout check at this + FCGIDBusyTimeout check at this interval.

- BusyTimeout - a FastCGI application will be killed after handling a request for BusyTimeout - BusyTimeout seconds - BusyTimeout 300 + FCGIDBusyTimeout + a FastCGI application will be killed after handling a request for FCGIDBusyTimeout + FCGIDBusyTimeout seconds + FCGIDBusyTimeout 300 server config

This is the maximum time limit for request handling. If a FastCGI - request does not complete within BusyTimeout seconds, it will be + request does not complete within FCGIDBusyTimeout seconds, it will be subject to termination. Because the check is performed at the - interval defined by BusyScanInterval, + interval defined by FCGIDBusyScanInterval, request handling may be allowed to proceed for a longer period of time.

The purpose of this directive is to terminate hung applications. @@ -198,13 +198,13 @@ - DefaultInitEnv + FCGIDDefaultInitEnv an environment variable name and optional value to pass to FastCGI. - DefaultInitEnv name [ value ] + FCGIDDefaultInitEnv name [ value ] none server config virtual host -

Use DefaultInitEnv to define environment +

Use FCGIDDefaultInitEnv to define environment variables to pass to the FastCGI application. This directive can be used multiple times.

@@ -220,10 +220,10 @@
- DefaultMaxClassProcessCount + FCGIDDefaultMaxClassProcessCount Max process count of one class of FastCGI application - DefaultMaxClassProcessCount value - DefaultMaxClassProcessCount 100 + FCGIDDefaultMaxClassProcessCount value + FCGIDDefaultMaxClassProcessCount 100 server config

A process class is the set of processes which were started by the same @@ -236,10 +236,10 @@ - DefaultMinClassProcessCount + FCGIDDefaultMinClassProcessCount Min process count of one class of FastCGI application - DefaultMinClassProcessCount value - DefaultMinClassProcessCount 3 + FCGIDDefaultMinClassProcessCount value + FCGIDDefaultMinClassProcessCount 3 server config

A process class is the set of processes which were started by the same @@ -252,24 +252,24 @@ - ErrorScanInterval + FCGIDErrorScanInterval scan interval for exited process - ErrorScanInterval seconds - ErrorScanInterval 3 + FCGIDErrorScanInterval seconds + FCGIDErrorScanInterval 3 server config

This is the interval at which the module will handle pending process termination. Termination is pending for any processes which have exceeded - IdleScanInterval or - ProcessLifeTime.

+ FCGIDIdleScanInterval or + FCGIDProcessLifeTime.

- FastCgiAccessChecker + FCGIDAccessChecker full path to FastCGI access checker - FastCgiAccessChecker command + FCGIDAccessChecker command none directory .htaccess FileInfo @@ -300,10 +300,10 @@ - FastCgiAccessCheckerAuthoritative + FCGIDAccessCheckerAuthoritative Set to 'off' to allow access control to be passed along to lower modules upon failure - FastCgiAccessCheckerAuthoritative On|Off - FastCgiAccessCheckerAuthoritative On + FCGIDAccessCheckerAuthoritative On|Off + FCGIDAccessCheckerAuthoritative On directory .htaccess FileInfo @@ -318,9 +318,9 @@ - FastCgiAuthenticator + FCGIDAuthenticator full path to FastCGI authenticator - FastCgiAuthenticator command + FCGIDAuthenticator command none directory .htaccess FileInfo @@ -358,10 +358,10 @@ - FastCgiAuthenticatorAuthoritative + FCGIDAuthenticatorAuthoritative Set to 'off' to allow authentication to be passed along to lower modules upon failure - FastCgiAuthenticatorAuthoritative On|Off - FastCgiAuthenticatorAuthoritative On + FCGIDAuthenticatorAuthoritative On|Off + FCGIDAuthenticatorAuthoritative On directory .htaccess FileInfo @@ -376,9 +376,9 @@ - FastCgiAuthorizer + FCGIDAuthorizer full path to FastCGI authorizer - FastCgiAuthorizer command + FCGIDAuthorizer command none directory .htaccess FileInfo @@ -414,10 +414,10 @@ - FastCgiAuthorizerAuthoritative + FCGIDAuthorizerAuthoritative Set to 'off' to allow authorization to be passed along to lower modules upon failure - FastCgiAuthorizerAuthoritative On|Off - FastCgiAuthorizerAuthoritative On + FCGIDAuthorizerAuthoritative On|Off + FCGIDAuthorizerAuthoritative On directory .htaccess FileInfo @@ -432,9 +432,9 @@ - FCGIWrapper + FCGIDWrapper The CGI wrapper setting - FCGIWrapper command [ suffix ] [ virtual ] + FCGIDWrapper command [ suffix ] [ virtual ] none server config virtual host @@ -458,24 +458,24 @@ - IdleScanInterval + FCGIDIdleScanInterval scan interval for idle timeout process - IdleScanInterval seconds - IdleScanInterval 120 + FCGIDIdleScanInterval seconds + FCGIDIdleScanInterval 120 server config

This is the interval at which the module will search for processes which have exceeded - IdleScanInterval or - ProcessLifeTime.

+ FCGIDIdleScanInterval or + FCGIDProcessLifeTime.

- IdleTimeout - An idle FastCGI application will be killed after IdleTimeout - IdleTimeout seconds - IdleTimeout 300 + FCGIDIdleTimeout + An idle FastCGI application will be killed after FCGIDIdleTimeout + FCGIDIdleTimeout seconds + FCGIDIdleTimeout 300 server config

Application processes which have not handled a request @@ -484,10 +484,10 @@ - IPCCommTimeout + FCGIDIPCCommTimeout Communication timeout to FastCGI server - IPCCommTimeout seconds - IPCCommTimeout 40 + FCGIDIPCCommTimeout seconds + FCGIDIPCCommTimeout 40 server config virtual host

This is the maximum period of time the module will wait @@ -502,10 +502,10 @@ - IPCConnectTimeout + FCGIDIPCConnectTimeout Connect timeout to FastCGI server - IPCConnectTimeout seconds - IPCConnectTimeout 3 + FCGIDIPCConnectTimeout seconds + FCGIDIPCConnectTimeout 3 server config virtual host

This is the maximum period of time the module will wait @@ -516,10 +516,10 @@ - MaxProcessCount + FCGIDMaxProcessCount maximum number of FastCGI application processes - MaxProcessCount value - MaxProcessCount 1000 + FCGIDMaxProcessCount value + FCGIDMaxProcessCount 1000 server config

This directive sets the maximum number of FastCGI application @@ -528,26 +528,26 @@ - MaxRequestInMem + FCGIDMaxRequestInMem maximum size of a request which will be held in memory - MaxRequestInMem bytes - MaxRequestInMem 65536 + FCGIDMaxRequestInMem bytes + FCGIDMaxRequestInMem 65536 server config virtual host

This module reads the entire request body from the client before sending it to the application. Normally the request body will be stored in memory. Once the amount of request body read - from the client exceeds MaxRequestInMem + from the client exceeds FCGIDMaxRequestInMem bytes, the remainder of the request body will be stored in a temporary file.

- MaxRequestLen + FCGIDMaxRequestLen maximum HTTP request length - MaxRequestLen bytes - MaxRequestLen 1073741824 + FCGIDMaxRequestLen bytes + FCGIDMaxRequestLen 1073741824 server config virtual host

If the size of the request body exceeds this amount, the @@ -556,10 +556,10 @@ - MaxRequestsPerProcess + FCGIDMaxRequestsPerProcess Max requests handled by each FastCGI application - MaxRequestsPerProcess value - MaxRequestsPerProcess -1 + FCGIDMaxRequestsPerProcess value + FCGIDMaxRequestsPerProcess -1 server config virtual host

FastCGI application processes will be terminated after handling @@ -569,10 +569,10 @@ - OutputBufferSize + FCGIDOutputBufferSize CGI output buffer size - OutputBufferSize bytes - OutputBufferSize 65536 + FCGIDOutputBufferSize bytes + FCGIDOutputBufferSize 65536 server config virtual host

This is the maximum amount of response data the module will read @@ -581,9 +581,9 @@ - PassHeader + FCGIDPassHeader Header name which will be passed to FastCGI as environment variable. - PassHeader name + FCGIDPassHeader name none server config virtual host @@ -594,26 +594,26 @@ - PHP_Fix_Pathinfo_Enable + FCGIDPHPFixPathinfoEnable Mirror the PHP cgi.fix_pathinfo setting - PHP_Fix_Pathinfo_Enable 1 - PHP_Fix_Pathinfo_Enable 0 + FCGIDPHPFixPathinfoEnable 1 + FCGIDPHPFixPathinfoEnable 0 server config

This directive enables special SCRIPT_NAME processing which allows PHP to provide additional path information. - The setting of PHP_Fix_Pathinfo_Enable + The setting of FCGIDPHPFixPathinfoEnable should mirror the cgi.fix_pathinfo setting in php.ini.

- ProcessLifeTime + FCGIDProcessLifeTime maximum FastCGI application process lifetime - ProcessLifeTime seconds - ProcessLifeTime 3600 + FCGIDProcessLifeTime seconds + FCGIDProcessLifeTime 3600 server config

Idle application processes which have existed for greater @@ -622,10 +622,10 @@ - SharememPath + FCGIDSharememPath shared memory file path - SharememPath pathname - SharememPath logs/fcgid_shm + FCGIDSharememPath pathname + FCGIDSharememPath logs/fcgid_shm server config

This module uses shared memory on Unix to maintain state which @@ -635,10 +635,10 @@ - SocketPath + FCGIDSocketPath directory for AF_UNIX sockets (Unix) or pipes (Windows) - SocketPath pathname - SocketPath logs/fcgidsock + FCGIDSocketPath pathname + FCGIDSocketPath logs/fcgidsock server config

This module uses AF_UNIX sockets or named pipes, depending on the @@ -649,23 +649,23 @@ - SpawnScore + FCGIDSpawnScore Each spawn adds this value to the process activity score. - SpawnScore value - SpawnScore 1 + FCGIDSpawnScore value + FCGIDSpawnScore 1 server config -

Refer to the SpawnScoreUpLimit +

Refer to the FCGIDSpawnScoreUpLimit directive for more information.

- SpawnScoreUpLimit + FCGIDSpawnScoreUpLimit Maximum value of the process activity score which allows a spawn to occur - SpawnScoreUpLimit value - SpawnScoreUpLimit 10 + FCGIDSpawnScoreUpLimit value + FCGIDSpawnScoreUpLimit 10 server config

The module maintains a process activity score for each FastCGI @@ -675,46 +675,46 @@ directive, a new instance of the FastCGI application cannot yet be started.

-

The SpawnScore directive +

The FCGIDSpawnScore directive determines how much is added to the score for every spawned application - process. The TerminationScore + process. The FCGIDTerminationScore directive determines how much is added to the score for every terminated - application process. The TimeScore + application process. The FCGIDTimeScore directive determines how much is subtracted from the score every second.

- TerminationScore + FCGIDTerminationScore Each terminated process adds this value to the process activity score. - TerminationScore value - TerminationScore 2 + FCGIDTerminationScore value + FCGIDTerminationScore 2 server config -

Refer to the SpawnScoreUpLimit +

Refer to the FCGIDSpawnScoreUpLimit directive for more information.

- TimeScore + FCGIDTimeScore Amount subtracted from process activity score each second - TimeScore value - TimeScore 1 + FCGIDTimeScore value + FCGIDTimeScore 1 server config -

Refer to the SpawnScoreUpLimit +

Refer to the FCGIDSpawnScoreUpLimit directive for more information.

- ZombieScanInterval + FCGIDZombieScanInterval scan interval for zombie process - ZombieScanInterval seconds - ZombieScanInterval 3 + FCGIDZombieScanInterval seconds + FCGIDZombieScanInterval 3 server config

The module checks for exited FastCGI applications at this interval.