SOURCES: apache-mod_speedycgi.conf - add LoadModule - unify

glen glen at pld-linux.org
Thu Dec 22 02:33:02 CET 2005


Author: glen                         Date: Thu Dec 22 01:33:02 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add LoadModule
- unify

---- Files affected:
SOURCES:
   apache-mod_speedycgi.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/apache-mod_speedycgi.conf
diff -u SOURCES/apache-mod_speedycgi.conf:1.3 SOURCES/apache-mod_speedycgi.conf:1.4
--- SOURCES/apache-mod_speedycgi.conf:1.3	Fri Oct 15 20:57:51 2004
+++ SOURCES/apache-mod_speedycgi.conf	Thu Dec 22 02:32:57 2005
@@ -1,24 +1,25 @@
 # $Id$
-# SpeedyCGI apache module configuration
+LoadModule speedy_module modules/mod_speedycgi.so
 
+<IfModule speedy_module>
 Alias /speedy/  /home/httpd/speedy/
 
 <Location /speedy>
-SetHandler speedycgi-script
-Options ExecCGI FollowSymlinks
+    SetHandler speedycgi-script
+    Options ExecCGI FollowSymlinks
 
-# If non-zero, limits the number of speedy backends running for this cgi 
-# script to this value.
-SpeedyMaxBackends 2
-	
-# If no new requests have been received after this many seconds, exit 
-# the persistent perl interpreter. Zero indicates no timeout.
-SpeedyTimeout 3600
-
-# Once the perl interpreter has run this many times, re-exec the backend
-# process.  Zero indicates no maximum.  This option is useful for
-# processes that tend to consume resources over time.  
-SpeedyMaxRuns 100
+    # If non-zero, limits the number of speedy backends running for this cgi
+    # script to this value.
+    SpeedyMaxBackends 2
 
+    # If no new requests have been received after this many seconds, exit
+    # the persistent perl interpreter. Zero indicates no timeout.
+    SpeedyTimeout 3600
+
+    # Once the perl interpreter has run this many times, re-exec the backend
+    # process.  Zero indicates no maximum.  This option is useful for
+    # processes that tend to consume resources over time.
+    SpeedyMaxRuns 100
 </Location>
-# vim: filetype=apache ts=4 sw=4 et
+
+</IfModule>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-mod_speedycgi.conf?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list