]> git.pld-linux.org Git - packages/nagios.git/blobdiff - nagios-lighttpd.conf
- release 1
[packages/nagios.git] / nagios-lighttpd.conf
index f659b2bed32d4e0562f8df24ee2a4e48e926492a..c6fd2f7855cfdacd5a0f65518997e25f9a02d24f 100644 (file)
@@ -1,18 +1,20 @@
 # $Id$
-#
+# NB:
+# - lighty doesn't support groupfile
+# - lighty doesn't support Apache's $apr1$ passwords
 
 alias.url += (
        "/nagios/cgi-bin/" => "/usr/lib/nagios/cgi/",
        "/nagios" => "/usr/share/nagios",
 )
 
-$HTTP["url"] =~ "^/nagios" {
+$HTTP["url"] =~ "^/nagios/" {
        auth.backend = "htpasswd"
        auth.backend.htpasswd.userfile = "/etc/webapps/nagios/passwd"
 }
 
 auth.require = (
-       "/nagios" => (
+       "/nagios/" => (
                "method"  => "basic",
                "realm"   => "Nagios",
                "require" => "valid-user"
This page took 0.084649 seconds and 4 git commands to generate.