apache: Allow setting WSGI process group via environment variable
This commit is contained in:
parent
b65f713fd6
commit
07b220391b
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
LoadModule wsgi_module modules/mod_wsgi.so
|
LoadModule wsgi_module modules/mod_wsgi.so
|
||||||
WSGISocketPrefix /var/run/mod_wsgi/wsgi
|
WSGISocketPrefix /var/run/mod_wsgi/wsgi
|
||||||
|
|
||||||
|
SetEnv WSGI_PROCESS_GROUP
|
||||||
|
WSGIProcessGroup %{ENV:WSGI_PROCESS_GROUP}
|
||||||
|
|
Loading…
Add table
Reference in a new issue