diff --git a/roles/badges/frontend/files/tahrir.conf b/roles/badges/frontend/files/tahrir.conf
index b7be161d4f..bfceaf9637 100644
--- a/roles/badges/frontend/files/tahrir.conf
+++ b/roles/badges/frontend/files/tahrir.conf
@@ -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
WSGIProcessGroup tahrir
+ Require all granted
diff --git a/roles/github2fedmsg/files/github2fedmsg.conf b/roles/github2fedmsg/files/github2fedmsg.conf
index 9c450c204a..faff65d860 100644
--- a/roles/github2fedmsg/files/github2fedmsg.conf
+++ b/roles/github2fedmsg/files/github2fedmsg.conf
@@ -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
WSGIProcessGroup github2fedmsg
+ Require all granted
diff --git a/roles/tagger/files/fedoratagger-app.conf b/roles/tagger/files/fedoratagger-app.conf
index 2c8183b6ce..64ba135110 100644
--- a/roles/tagger/files/fedoratagger-app.conf
+++ b/roles/tagger/files/fedoratagger-app.conf
@@ -21,10 +21,10 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text
# 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
WSGIProcessGroup fedoratagger
- Order deny,allow
- Allow from all
+ Require all granted