diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-09-28 10:30:10 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-09-28 10:30:10 +0000 |
commit | 471d865776a578f42fcbfd34db4acab841161677 (patch) | |
tree | cb47a1ff26811c5c3a546134b1fcef4fd4415e1d /net-analyzer/nagios-core | |
parent | Cleanup (diff) | |
download | gentoo-2-471d865776a578f42fcbfd34db4acab841161677.tar.gz gentoo-2-471d865776a578f42fcbfd34db4acab841161677.tar.bz2 gentoo-2-471d865776a578f42fcbfd34db4acab841161677.zip |
Cleanup
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r-- | net-analyzer/nagios-core/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-core/files/lighttpd_nagios3.conf | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog index 21a7281ff6a9..cbe44b4cd975 100644 --- a/net-analyzer/nagios-core/ChangeLog +++ b/net-analyzer/nagios-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-core # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.157 2009/08/13 14:49:54 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.158 2009/09/28 10:30:10 dertobi123 Exp $ + + 28 Sep 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -files/lighttpd_nagios3.conf: + Cleanup *nagios-core-3.2.0 (13 Aug 2009) diff --git a/net-analyzer/nagios-core/files/lighttpd_nagios3.conf b/net-analyzer/nagios-core/files/lighttpd_nagios3.conf deleted file mode 100644 index 7dee3e9d5f90..000000000000 --- a/net-analyzer/nagios-core/files/lighttpd_nagios3.conf +++ /dev/null @@ -1,23 +0,0 @@ -server.modules += ("mod_cgi") -server.modules += ("mod_auth") - -auth.require += ( "/nagios" => - ( - "method" => "digest", - "realm" => "nagios", - "require" => "valid-user" - ) -) - -$HTTP["url"] =~ "^/nagios/cgi-bin/" { - dir-listing.activate = "disable" - cgi.assign = ( - ".pl" => "/usr/bin/perl", - ".cgi" => "" - ) -} - -alias.url += ( - "/nagios/cgi-bin" => "/usr/lib/nagios/cgi-bin", - "/nagios" => "/usr/share/nagios/htdocs" -) |