62b43fb3b1
- Fix compatibility with httpd 2.4 in F-18/RHEL-7 onwards - Use /run rather than /var/run from F-15/RHEL-7 onwards
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
# This is the Apache server configuration file for providing FastCGI support
|
|
# through mod_fcgid
|
|
#
|
|
# Documentation is available at
|
|
# http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
|
|
|
|
# Use FastCGI to process .fcg .fcgi & .fpl scripts
|
|
AddHandler fcgid-script fcg fcgi fpl
|
|
|
|
# Sane place to put sockets and shared memory file
|
|
FcgidIPCDir /run/mod_fcgid
|
|
FcgidProcessTableFile /run/mod_fcgid/fcgid_shm
|