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-xtended/files/apache.webalizer-xtended

10 lines
219 B

# 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