aports/testing/pdns-gui/pdns-gui.apache2.conf
2011-04-08 05:38:13 -05:00

8 lines
186 B
Plaintext

Alias /pdns-gui "/usr/share/webapps/pdns-gui/web"
<Directory "/usr/share/webapps/pdns-gui/web">
AllowOverride All
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>