Add Apache 2.4 syntax to cacti vhost
Change-Id: I81d037bd92ca639f448ab58c030d6937a3f1becf
This commit is contained in:
parent
49567918f5
commit
0d6e980add
@ -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