Merge "Add Apache 2.4 syntax to cacti vhost"
This commit is contained in:
commit
7d377e58cb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user