New apache-isms.
This commit is contained in:
parent
b88af5e9bd
commit
7ea43f2352
3 changed files with 9 additions and 8 deletions
|
@ -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 /pngs /usr/share/badges/pngs
|
||||||
Alias /stls /usr/share/badges/stls
|
Alias /stls /usr/share/badges/stls
|
||||||
|
|
||||||
|
@ -12,5 +12,6 @@ WSGIScriptAlias / /usr/share/tahrir/tahrir.wsgi
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
WSGIProcessGroup tahrir
|
WSGIProcessGroup tahrir
|
||||||
|
Require all granted
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
|
|
@ -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
|
Alias /pngs /usr/share/badges/pngs
|
||||||
|
|
||||||
WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
|
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 />
|
<Location />
|
||||||
WSGIProcessGroup github2fedmsg
|
WSGIProcessGroup github2fedmsg
|
||||||
|
Require all granted
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
|
|
@ -21,10 +21,10 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text
|
||||||
</filesmatch>
|
</filesmatch>
|
||||||
|
|
||||||
# Lots of static resources for the tagger app.
|
# Lots of static resources for the tagger app.
|
||||||
Alias /tagger/css /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/css
|
Alias /tagger/css /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/css
|
||||||
Alias /tagger/javascript /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/javascript
|
Alias /tagger/javascript /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/javascript
|
||||||
Alias /tagger/images /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/images/
|
Alias /tagger/images /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/images/
|
||||||
Alias /tagger/rating /usr/lib/python2.6/site-packages/fedoratagger/frontend/static/rating/
|
Alias /tagger/rating /usr/lib/python2.7/site-packages/fedoratagger/frontend/static/rating/
|
||||||
Alias /tagger/_res /usr/share/fedoratagger/toscawidgets/resources
|
Alias /tagger/_res /usr/share/fedoratagger/toscawidgets/resources
|
||||||
|
|
||||||
WSGIPythonEggs /var/cache/fedoracommunity/.python-eggs
|
WSGIPythonEggs /var/cache/fedoracommunity/.python-eggs
|
||||||
|
@ -38,6 +38,5 @@ WSGIScriptAlias /tagger /usr/share/fedoratagger/fedoratagger.wsgi
|
||||||
|
|
||||||
<Directory /usr/share/fedoratagger/>
|
<Directory /usr/share/fedoratagger/>
|
||||||
WSGIProcessGroup fedoratagger
|
WSGIProcessGroup fedoratagger
|
||||||
Order deny,allow
|
Require all granted
|
||||||
Allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue