b69df54dbe
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mod_fcgid#cc68ed48698d37ae4332b92927f81f7d268e7f6b
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
|