diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-01 17:06:22 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-01 17:06:22 +0000 |
commit | 0a930a8f191a5ca2634ef7dd91013070b1d31de0 (patch) | |
tree | 72fc7b8da7386eb475e4f16004af3d122902c468 /net-analyzer/nagios-core/files | |
parent | Bug 249135 - Added warning to 'firefox-bin' users (diff) | |
download | gentoo-2-0a930a8f191a5ca2634ef7dd91013070b1d31de0.tar.gz gentoo-2-0a930a8f191a5ca2634ef7dd91013070b1d31de0.tar.bz2 gentoo-2-0a930a8f191a5ca2634ef7dd91013070b1d31de0.zip |
Fix config for lighttpd web access. Thanks to Wolfram Schlich.
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'net-analyzer/nagios-core/files')
-rw-r--r-- | net-analyzer/nagios-core/files/lighttpd_nagios3.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nagios-core/files/lighttpd_nagios3.conf b/net-analyzer/nagios-core/files/lighttpd_nagios3.conf index 2e5a84ad9f4c..7dee3e9d5f90 100644 --- a/net-analyzer/nagios-core/files/lighttpd_nagios3.conf +++ b/net-analyzer/nagios-core/files/lighttpd_nagios3.conf @@ -1,11 +1,11 @@ server.modules += ("mod_cgi") server.modules += ("mod_auth") -auth.require = ( "/nagios" => +auth.require += ( "/nagios" => ( "method" => "digest", "realm" => "nagios", - "require" => "valid-user", + "require" => "valid-user" ) ) |