Merge "Add Apache 2.4 syntax to cacti vhost"

This commit is contained in:
Jenkins 2016-05-24 00:30:01 +00:00 committed by Gerrit Code Review
commit 7d377e58cb

View File

@ -12,6 +12,9 @@ RewriteRule ^/$ /cacti/graph_view.php [R,L]
AllowOverride None
order allow,deny
allow from all
<IfVersion >= 2.4>
Require all granted
</IfVersion>
AddType application/x-httpd-php .php