basic tasks for mirrorlist-server and mod_wsgi

This commit is contained in:
Seth Vidal 2013-06-04 20:06:14 +00:00
parent 021cbca730
commit e6d2e975a6
4 changed files with 61 additions and 0 deletions

14
files/mod_wsgi/wsgi.conf Normal file
View file

@ -0,0 +1,14 @@
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}