Add Apache 2.4 syntax to cacti vhost

Change-Id: I81d037bd92ca639f448ab58c030d6937a3f1becf
This commit is contained in:
James E. Blair 2016-05-23 09:36:00 -07:00
parent 49567918f5
commit 0d6e980add

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