Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-core/files: lighttpd_nagios3.conf
Date: Mon, 01 Dec 2008 17:06:24
Message-Id: E1L7CE2-00084u-Ge@stork.gentoo.org
1 dertobi123 08/12/01 17:06:22
2
3 Modified: lighttpd_nagios3.conf
4 Log:
5 Fix config for lighttpd web access. Thanks to Wolfram Schlich.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.2 net-analyzer/nagios-core/files/lighttpd_nagios3.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-core/files/lighttpd_nagios3.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-core/files/lighttpd_nagios3.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-core/files/lighttpd_nagios3.conf?r1=1.1&r2=1.2
14
15 Index: lighttpd_nagios3.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/files/lighttpd_nagios3.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lighttpd_nagios3.conf 27 Apr 2008 18:41:25 -0000 1.1
22 +++ lighttpd_nagios3.conf 1 Dec 2008 17:06:22 -0000 1.2
23 @@ -1,11 +1,11 @@
24 server.modules += ("mod_cgi")
25 server.modules += ("mod_auth")
26
27 -auth.require = ( "/nagios" =>
28 +auth.require += ( "/nagios" =>
29 (
30 "method" => "digest",
31 "realm" => "nagios",
32 - "require" => "valid-user",
33 + "require" => "valid-user"
34 )
35 )