b04572
# This is the Apache server configuration file for providing FastCGI support
b04572
# through mod_fcgid
b04572
#
b04572
# Documentation is available at
b04572
# http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
b04572
b04572
LoadModule fcgid_module modules/mod_fcgid.so
b04572
b04572
# Use FastCGI to process .fcg .fcgi & .fpl scripts
b04572
AddHandler fcgid-script fcg fcgi fpl
b04572
b04572
# Sane place to put sockets and shared memory file
b04572
FcgidIPCDir /var/run/mod_fcgid
b04572
FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm