New apache-isms.

This commit is contained in:
Ralph Bean 2014-11-14 14:56:35 +00:00
parent b88af5e9bd
commit 7ea43f2352
3 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,4 @@
Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static
Alias /static /usr/lib/python2.7/site-packages/github2fedmsg/static
Alias /pngs /usr/share/badges/pngs
WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
@ -11,5 +11,6 @@ WSGIScriptAlias / /usr/share/github2fedmsg/github2fedmsg.wsgi
<Location />
WSGIProcessGroup github2fedmsg
Require all granted
</Location>