Code

1.4.5 working, but need some more work:
[pkg-nagvis.git] / debian / apache.conf
1 # -- new style
2 Alias /nagvis /usr/share/nagvis/htdocs
4 # -- backward compatibility
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>