Files
fedora-infra_ansible/files/mod_wsgi/wsgi.conf
2013-06-04 20:06:14 +00:00

15 lines
349 B
Plaintext

LoadModule wsgi_module modules/mod_wsgi.so
# Some apps, notably anything that uses hg, need these off
WSGIRestrictStdin Off
WSGIRestrictStdout Off
# Put the socket somewhere writable
WSGISocketPrefix run/wsgi
# Do not Optimize without stripping docstrings
WSGIPythonOptimize 0
# Set WSGIApplicationGroup to global
WSGIApplicationGroup %{GLOBAL}