Author: shadzik                      Date: Mon Aug 16 22:28:43 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- options should be conditional, the reason is simple, if for some reason the 
module fails to load, apache won't crash due to a unsupported configuration

---- Files affected:
packages/apache-mod_fcgid:
   apache-mod_fcgid.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/apache-mod_fcgid/apache-mod_fcgid.conf
diff -u packages/apache-mod_fcgid/apache-mod_fcgid.conf:1.3 
packages/apache-mod_fcgid/apache-mod_fcgid.conf:1.4
--- packages/apache-mod_fcgid/apache-mod_fcgid.conf:1.3 Tue Aug 17 00:22:00 2010
+++ packages/apache-mod_fcgid/apache-mod_fcgid.conf     Tue Aug 17 00:28:37 2010
@@ -1,6 +1,8 @@
 # $Id$
 LoadModule fcgid_module modules/mod_fcgid.so
 
+<IfModule mod_fcgid.c>
 FcgidIPCDir "/var/run/fcgid"
 FcgidIOTimeout 60
+</IfModule>
 # vim: filetype=apache ts=4 sw=4 et
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache-mod_fcgid/apache-mod_fcgid.conf?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to