2006-09-06 13:08:59 +00:00
|
|
|
# This is the Apache server configuration file for providing FastCGI support
|
|
|
|
# through mod_fcgid
|
|
|
|
#
|
2009-10-13 13:10:45 +00:00
|
|
|
# Documentation is available at
|
|
|
|
# http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
|
2006-09-06 13:08:59 +00:00
|
|
|
|
|
|
|
LoadModule fcgid_module modules/mod_fcgid.so
|
|
|
|
|
|
|
|
# Use FastCGI to process .fcg .fcgi & .fpl scripts
|
2009-10-13 13:10:45 +00:00
|
|
|
AddHandler fcgid-script fcg fcgi fpl
|
2006-09-06 13:08:59 +00:00
|
|
|
|
2007-02-16 14:20:03 +00:00
|
|
|
# Sane place to put sockets and shared memory file
|
2009-10-13 13:10:45 +00:00
|
|
|
FcgidIPCDir /var/run/mod_fcgid
|
|
|
|
FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm
|