wok annotate nconf/stuff/apache2-nconf.conf @ rev 13259

fail2ban: Fixed a typo.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Aug 17 14:57:23 2012 +0000 (2012-08-17)
parents
children
rev   line source
erjo@8702 1 Alias /nconf "/usr/share/nconf"
erjo@8702 2
erjo@8702 3 <Directory "/usr/share/nconf">
erjo@8702 4 Options FollowSymLinks
erjo@8702 5 AllowOverride None
erjo@8702 6 Order allow,deny
erjo@8702 7 Allow from all
erjo@8702 8
erjo@8702 9 AuthName "NConf Access"
erjo@8702 10 AuthType Basic
erjo@8702 11 AuthUserFile /etc/nagios/htpasswd.users
erjo@8702 12 Require valid-user
erjo@8702 13
erjo@8702 14 </Directory>