You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/10/07 06:06:48 UTC

svn commit: r822576 - in /httpd/mod_fcgid/trunk: CHANGES-FCGID README-FCGID

Author: trawick
Date: Wed Oct  7 04:06:48 2009
New Revision: 822576

URL: http://svn.apache.org/viewvc?rev=822576&view=rev
Log:
move some long directive lists from CHANGES to README

mention the purpose of FcgidCmdOptions

Modified:
    httpd/mod_fcgid/trunk/CHANGES-FCGID
    httpd/mod_fcgid/trunk/README-FCGID

Modified: httpd/mod_fcgid/trunk/CHANGES-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/CHANGES-FCGID?rev=822576&r1=822575&r2=822576&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] (original)
+++ httpd/mod_fcgid/trunk/CHANGES-FCGID [utf8] Wed Oct  7 04:06:48 2009
@@ -1,7 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with mod_fcgid 2.3.3
 
-  *) Add FcgidCmdOptions directive.  [Jeff Trawick]
+  *) Add FcgidCmdOptions directive to associate some of the existing
+     configuration settings with a specific command.  [Jeff Trawick]
 
   *) Allow/respect virtual host settings for the following directives:
      FcgidBusyTimeout, FcgidMaxProcessesPerClass, FcgidMinProcessesPerClass,
@@ -16,12 +17,6 @@
   *) Fix a mod_fcgid 2.3.1 failure with <sys/mutex.h> when building for
      httpd 2.0.x on some platforms.  [Paul Howarth <paul city-fan.org>]
 
-  *) Merge mod_fcgid per-directory directives so that they can be inherited
-     or overridden within other containers as expected.  Affected directives:
-     FcgidAccessChecker, FcgidAccessCheckerAuthoritative, FcgidAuthenticator,
-     FcgidAuthenticatorAuthoritative, FcgidAuthorizer,
-     FcgidAuthorizerAuthoritative, and FcgidWrapper.  [Jeff Trawick]
-
   *) Termination of idle processes after inactivity timeout can now be 
      disabled by setting FcgidIdleTimeout to 0.  Termination of idle 
      processes based on the process lifetime can now be disabled by setting
@@ -76,11 +71,10 @@
   *) Fix basic implementation of FcgidMaxRequestInMem and FcgidMaxRequestLen
      directives.  [Jeff Trawick]
 
-  *) Merge mod_fcgid server config/virtual host directives so that they can
-     be inherited or overridden within a virtual host as expected.  Affected
-     directives: FcgidIOTimeout, FcgidConnectTimeout,
-     FcgidMaxRequestInMem, FcgidMaxRequestLen, FcgidMaxRequestsPerProcess,
-     FcgidOutputBufferSize.  [Jeff Trawick]
+  *) Merge per-directory directives so that they can be inherited or
+     overridden within other containers as expected.  Merge server config/
+     virtual host directives so that they can be inherited or overridden
+     within a virtual host as expected. [Jeff Trawick]
 
   *) Use the virtual host settings for the request being processed instead
      of those of the first FastCGI request handled by this httpd child process.
@@ -88,15 +82,8 @@
      FcgidConnectTimeout, FcgidMaxRequestsPerProcess, and FcgidOutputBufferSize.
      [Jeff Trawick]
 
-  *) The following directives are no longer allowed in a virtual host
-     context: FcgidBusyScanInterval, FcgidBusyTimeout,
-     FcgidMaxProcessesPerClass, FcgidDefaultMinProcessCount,
-     FcgidErrorScanInterval, FcgidIdleScanInterval, FcgidIdleTimeout,
-     FcgidMaxProcesses, FcgidFixPathinfo, FcgidProcessLifetime,
-     FcgidProcessTableFile, FcgidIPCDir, FcgidSpawnScore,
-     FcgidSpawnScoreUpLimit, FcgidTerminationScore, FcgidTimeScore, and 
-     FcgidZombieScanInterval.  They were allowed but ignored in previous
-     releases.  [Jeff Trawick]
+  *) Directives which previously were ignored in a virtual host context are no
+     longer allowed.  [Jeff Trawick]
 
   *) Add an optional flag "virtual" to FcgidWrapper.
      If virtual is set, the URLs passed to the wrapper are not

Modified: httpd/mod_fcgid/trunk/README-FCGID
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/README-FCGID?rev=822576&r1=822575&r2=822576&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/README-FCGID (original)
+++ httpd/mod_fcgid/trunk/README-FCGID Wed Oct  7 04:06:48 2009
@@ -150,8 +150,13 @@
 ii.  Some directives which could be placed inside <VirtualHost > but were
      ignored before now result in configuration errors.  As before, these 
      directives must be set at global scope to have the desired effect.
-     These include FcgidMaxProcesses, FcgidFixPathinfo, and
-     others.  (Consult CHANGES-FCGID for the complete list.)
+     The directives are FcgidBusyScanInterval, FcgidBusyTimeout,
+     FcgidMaxProcessesPerClass, FcgidDefaultMinProcessCount,
+     FcgidErrorScanInterval, FcgidIdleScanInterval, FcgidIdleTimeout,
+     FcgidMaxProcesses, FcgidFixPathinfo, FcgidProcessLifetime,
+     FcgidProcessTableFile, FcgidIPCDir, FcgidSpawnScore,
+     FcgidSpawnScoreUpLimit, FcgidTerminationScore, FcgidTimeScore, and 
+     FcgidZombieScanInterval.
 
 iii. Some directives which could be placed inside <VirtualHost > but were
      ignored before are now respected.  These include FcgidIdleTimeout,
@@ -160,15 +165,17 @@
 
 iv.  Some directives which can optionally be placed inside <VirtualHost >
      were not inherited as expected in older releases.  This has been
-     corrected, and behavior will change for some configurations.  Affected
-     directives include FcgidIOTimeout, FcgidOutputBufferSize, and others.
-     (Consult CHANGES-FCGID for the complete list.)
+     corrected, and behavior will change for some configurations.  The 
+     affected directives are FcgidIOTimeout, FcgidConnectTimeout,
+     FcgidMaxRequestInMem, FcgidMaxRequestLen, FcgidMaxRequestsPerProcess,
+     and FcgidOutputBufferSize.
 
 v.   Some directives which can be placed inside <Directory >, <Location >,
      etc. were not inherited as expected in older releases.  This has been
-     corrected, and behavior will change for some configurations.  Affected
-     directives include FcgidWrapper and the AAA-related directives.  (Consult
-     CHANGES-FCGID for the complete list.)
+     corrected, and behavior will change for some configurations.  The affected
+     directives are FcgidAccessChecker, FcgidAccessCheckerAuthoritative,
+     FcgidAuthenticator, FcgidAuthenticatorAuthoritative, FcgidAuthorizer,
+     FcgidAuthorizerAuthoritative, and FcgidWrapper.
 
 Acknowledgements
 ----------------