Blame SPECS/fcgid.conf

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