Make this work with rhel7 apache

This commit is contained in:
Kevin Fenzi 2015-01-22 17:55:41 +00:00
parent b2bcef5254
commit 31ca1dc461

View file

@ -12,5 +12,5 @@ WSGISocketPrefix run/wsgi
WSGIApplicationGroup %{GLOBAL} WSGIApplicationGroup %{GLOBAL}
WSGIScriptReloading On WSGIScriptReloading On
Order deny,allow Order deny,allow
Allow from all Require all granted
</Directory> </Directory>