apache: Fix fcgid on CentOS, dependency fix for wsgi

Create separate mod_fcgid socket dirs for http and httpsd. Also tune the
process limits.
This commit is contained in:
Ossi Salmi 2013-06-16 01:42:13 +03:00
parent 1fbaaacc65
commit fc12e7e03e
4 changed files with 52 additions and 6 deletions

View file

@ -1,5 +0,0 @@
LoadModule wsgi_module modules/mod_wsgi.so
WSGISocketPrefix /var/run/mod_wsgi/wsgi
SetEnv WSGI_PROCESS_GROUP
WSGIProcessGroup %{ENV:WSGI_PROCESS_GROUP}