Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 85146 invoked from network); 6 Oct 2009 17:29:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 17:29:48 -0000 Received: (qmail 41112 invoked by uid 500); 6 Oct 2009 17:29:48 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 41030 invoked by uid 500); 6 Oct 2009 17:29:48 -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 41018 invoked by uid 99); 6 Oct 2009 17:29:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 17:29:48 +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; Tue, 06 Oct 2009 17:29:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B43F3238889C; Tue, 6 Oct 2009 17:29:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r822364 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Date: Tue, 06 Oct 2009 17:29:23 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091006172923.B43F3238889C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Tue Oct 6 17:29:23 2009 New Revision: 822364 URL: http://svn.apache.org/viewvc?rev=822364&view=rev Log: Refer to FCGIDCmdOptions from some of the other directives, in case the different scope (one specific command vs. everything in a [virtual] server) is what they need for the problem at hand. 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=822364&r1=822363&r2=822364&view=diff ============================================================================== --- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml (original) +++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Tue Oct 6 17:29:23 2009 @@ -690,6 +690,11 @@

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

+ +

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.

@@ -702,10 +707,13 @@

A process class is the set of processes which were started by the same command, and share certain other characteristics such as virtual host and - identity.

+ identity. This directive sets the maximum number of processes in a class + that can be started.

-

This directive sets the maximum number of processes in a class that - can be started.

+

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.

@@ -718,10 +726,13 @@

A process class is the set of processes which were started by the same command, and share certain other characteristics such as virtual host and - identity.

+ identity. This directive sets the minimum number of processes in a class + that will be retained after finishing requests.

-

This directive sets the minimum number of processes in a class that - will be retained after finishing requests.

+

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.

@@ -766,6 +777,11 @@ class exceeds FCGIDMinProcessesPerClass. A value of 0 disables the check.

+ +

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.

@@ -784,6 +800,11 @@ this period of time. Increase this directive as necessary to handle applications which take a relatively long period of time to respond.

+ +

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.

@@ -798,6 +819,11 @@ while trying to connect to a FastCGI application on Windows. (This directive is not respected on Unix, where AF_UNIX defaults will apply.)

+ +

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.

@@ -868,6 +894,11 @@ or other score-related directives to allow more frequent process creation.

+ +

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.

@@ -937,6 +968,11 @@ class exceeds FCGIDMinProcessesPerClass. A value of 0 disables the check.

+ +

This setting will apply to all applications spawned for this + server or virtual host. Use + FCGIDCmdOptions to apply + this setting to a single application.