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/tahrir/static
Alias /static /usr/lib/python2.7/site-packages/tahrir/static
Alias /pngs /usr/share/badges/pngs
Alias /stls /usr/share/badges/stls
@ -12,5 +12,6 @@ WSGIScriptAlias / /usr/share/tahrir/tahrir.wsgi
<Location />
WSGIProcessGroup tahrir
Require all granted
</Location>

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>

View file

@ -21,10 +21,10 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text
</filesmatch>
# Lots of static resources for the tagger app.
Alias /tagger/css /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/css
Alias /tagger/javascript /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/javascript
Alias /tagger/images /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/images/
Alias /tagger/rating /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/rating/
Alias /tagger/css /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/css
Alias /tagger/javascript /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/javascript
Alias /tagger/images /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/images/
Alias /tagger/rating /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/rating/
Alias /tagger/_res /usr/share/fedoratagger/toscawidgets/resources
WSGIPythonEggs /var/cache/fedoracommunity/.python-eggs
@ -38,6 +38,5 @@ WSGIScriptAlias /tagger /usr/share/fedoratagger/fedoratagger.wsgi
<Directory /usr/share/fedoratagger/>
WSGIProcessGroup fedoratagger
Order deny,allow
Allow from all
Require all granted
</Directory>