Blame SOURCES/fcgid.conf

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