]> git.pld-linux.org Git - packages/apache-mod_fcgid.git/blobdiff - apache-mod_fcgid.conf
- options should be conditional, the reason is simple, if for some reason the module...
[packages/apache-mod_fcgid.git] / 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.024604 seconds and 4 git commands to generate.