apache: Allow disabling mod_wsgi's embedded mode

This commit is contained in:
Ossi Salmi 2013-06-27 19:37:04 +03:00
parent 583f687dfb
commit 345a8f9589
2 changed files with 49 additions and 2 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}