summaryrefslogtreecommitdiff
blob: 0dbab4111a92292071e154585751c5cd1d53bbba (plain)
1
2
3
4
5
6
7
8
9
# This is the config snippet for Webalizer
<Directory "/var/www/localhost/htdocs/webalizer">
	Options None
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>

# vim: ts=4 filetype=apache