mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
Listen 1009
|
|
|
|
<VirtualHost *:1009>
|
|
|
|
DocumentRoot /usr/share/cacti
|
|
Include /etc/httpd/conf/conf.d/php*.conf
|
|
<Directory /usr/share/cacti>
|
|
Options FollowSymLinks
|
|
AllowOverride None
|
|
</Directory>
|
|
</VirtualHost>
|