puppet/apache/files/fcgid_https.conf
Ossi Salmi fc12e7e03e apache: Fix fcgid on CentOS, dependency fix for wsgi
Create separate mod_fcgid socket dirs for http and httpsd. Also tune the
process limits.
2013-06-16 01:42:13 +03:00

11 lines
295 B
Text

LoadModule fcgid_module modules/mod_fcgid.so
AddHandler fcgid-script fcg fcgi fpl
FcgidIPCDir /var/run/mod_fcgid_httpsd
FcgidProcessTableFile /var/run/mod_fcgid_httpsd/fcgid_shm
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 5
FcgidMaxRequestLen 16777216
FcgidPassHeader Authorization