wok-4.x annotate nconf/stuff/apache2-nconf.conf @ rev 10083

Up: deadbeef to 0.5.0. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:27:03 2011 +0000 (2011-05-20)
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>