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