blob: a9f499d19bdae1eba25839fa60da5722180cdd1f (
plain)
1
2
3
4
5
6
7
8
9
|
# This is the config snippet for Webalizer Xtended
<Directory "/var/www/localhost/htdocs/webalizer-xtended">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# vim: ts=4 filetype=apache
|