]> git.pld-linux.org Git - packages/apache-mod_fcgid.git/commitdiff
- options should be conditional, the reason is simple, if for some reason the module... auto/ti/apache-mod_fcgid-2_3_5-1
authorshadzik <shadzik@pld-linux.org>
Mon, 16 Aug 2010 22:28:37 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fcgid.conf -> 1.4

apache-mod_fcgid.conf

index ebea0c21f63b98d33ba580212613b0f9977e4c96..3c46d9fadabf3959b1ce455c1f1f0d4253c43a41 100644 (file)
@@ -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
This page took 0.062185 seconds and 4 git commands to generate.