components/apache2-modules/mod_fcgid/fcgid.conf
changeset 5172 2ac937ed383b
parent 5171 4e8b3c0ea78c
child 5173 fe10c87a291e
--- a/components/apache2-modules/mod_fcgid/fcgid.conf	Tue Dec 08 14:36:41 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-
-<IfDefine 64bit>
-LoadModule fcgid_module libexec/64/mod_fcgid.so
-</IfDefine>
-<IfDefine !64bit>
-LoadModule fcgid_module libexec/mod_fcgid.so
-</IfDefine>
-
-<IfModule mod_fcgid.c>
-FcgidProcessTableFile /var/run/apache2/2.2/fcgid_shm
-FcgidIPCDir /var/run/apache2/2.2/fcgid.sock
-AddHandler fcgid-script .fcgi
-<Location /fcgid>
-    SetHandler fcgid-script
-    Options ExecCGI
-    allow from all
-</Location>
-</IfModule>
-