You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/webalizer/files/apache.webalizer

10 lines
203 B

# 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