From 9191c2abfc45e96d97ab74eb1ae40b717f090080 Mon Sep 17 00:00:00 2001 From: havner Date: Wed, 26 Jul 2006 10:41:16 +0000 Subject: [PATCH] - misclick Changed files: nagios-lighttpd.conf -> 1.4 --- nagios-lighttpd.conf | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 nagios-lighttpd.conf diff --git a/nagios-lighttpd.conf b/nagios-lighttpd.conf deleted file mode 100644 index 2fcf19f..0000000 --- a/nagios-lighttpd.conf +++ /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" - ) -) -- 2.44.0