Code

1683c74fcb0dee34c9ca4d480c7bdf13ee407226
[pkg-nagvis.git] / debian / apache.conf
1 # -- new style
2 Alias /nagvis /usr/share/nagvis/htdocs
4 # -- old style
5 # Alias /nagios3/nagvis /usr/share/nagvis/htdocs
7 # -- use basic authentification from nagios3 package
8 #    please adapt to your needs
9 <Directory /usr/share/nagvis/htdocs>
10         Options FollowSymLinks
11         DirectoryIndex index.php
13         Order Allow,Deny
14         Allow From All
16         AuthName "NagVis Access"
17         AuthType Basic
18         AuthUserFile /etc/nagios3/htpasswd.users
19         require valid-user
20 </Directory>