mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
Listen 1009
|
|
|
|
<VirtualHost *:1009>
|
|
DocumentRoot /usr/share/cacti
|
|
|
|
Include /etc/httpd/conf/conf.d/php*.conf
|
|
|
|
Alias /cacti /usr/share/cacti
|
|
<Directory /usr/share/cacti>
|
|
Options FollowSymLinks
|
|
AllowOverride None
|
|
</Directory>
|
|
|
|
RewriteEngine on
|
|
RewriteRule ^/$ /cacti/ [R]
|
|
</VirtualHost>
|