modern apache syntax.

This commit is contained in:
Ralph Bean 2014-07-11 16:57:14 +00:00
parent 9c622ee19f
commit e2ac16bd44

View file

@ -36,5 +36,5 @@ WSGIScriptAlias /datagrepper /usr/share/datagrepper/apache/datagrepper.wsgi
<Directory /usr/share/datagrepper/>
WSGIProcessGroup datagrepper
Order deny,allow
Allow from all
Require all granted
</Directory>