basic tasks for mirrorlist-server and mod_wsgi
This commit is contained in:
parent
021cbca730
commit
e6d2e975a6
4 changed files with 61 additions and 0 deletions
14
files/mod_wsgi/wsgi.conf
Normal file
14
files/mod_wsgi/wsgi.conf
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue