wok-next view nconf/stuff/apache2-nconf.conf @ rev 18052

Up libssh2 (1.5.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 15 10:39:20 2015 +0200 (2015-05-15)
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>