wok view nconf/stuff/apache2-nconf.conf @ rev 11031

Up: sip to 4.12.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:15:02 2011 +0000 (2011-10-16)
parents
children
line source
1 Alias /nconf "/usr/share/nconf"
3 <Directory "/usr/share/nconf">
4 Options FollowSymLinks
5 AllowOverride None
6 Order allow,deny
7 Allow from all
9 AuthName "NConf Access"
10 AuthType Basic
11 AuthUserFile /etc/nagios/htpasswd.users
12 Require valid-user
14 </Directory>