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

Up: slitaz-boot-scripts (5.7.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 25 00:32:22 2015 +0200 (2015-03-25)
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>