]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- misclick
authorhavner <havner@pld-linux.org>
Wed, 26 Jul 2006 10:41:16 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-lighttpd.conf -> 1.4

nagios-lighttpd.conf [deleted file]

diff --git a/nagios-lighttpd.conf b/nagios-lighttpd.conf
deleted file mode 100644 (file)
index 2fcf19f..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# $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" {
-       auth.backend = "htpasswd"
-       auth.backend.htpasswd.userfile = "/etc/webapps/nagios/passwd"
-}
-
-auth.require = (
-       "/nagios" => (
-               "method"  => "basic",
-               "realm"   => "Nagios",
-               "require" => "valid-user"
-       )
-)
This page took 0.042406 seconds and 4 git commands to generate.