mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Drop nagios
This is no longer maintained and icinga is available. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
Listen 1008
|
||||
|
||||
<VirtualHost *:1008>
|
||||
|
||||
# SAMPLE CONFIG SNIPPETS FOR APACHE WEB SERVER
|
||||
# Last Modified: 11-26-2005
|
||||
#
|
||||
# This file contains examples of entries that need
|
||||
# to be incorporated into your Apache web server
|
||||
# configuration file. Customize the paths, etc. as
|
||||
# needed to fit your system.
|
||||
|
||||
ScriptAlias /nagios/cgi-bin "/usr/share/nagios/cgi-bin"
|
||||
|
||||
<Directory "/usr/share/nagios/cgi-bin">
|
||||
# SSLRequireSSL
|
||||
Options ExecCGI
|
||||
AllowOverride None
|
||||
# Require all granted
|
||||
# Require ip 127.0.0.1
|
||||
AuthName "Nagios Access"
|
||||
AuthType Basic
|
||||
AuthUserFile /etc/nagios/htpasswd.users
|
||||
Require valid-user
|
||||
</Directory>
|
||||
|
||||
Alias /nagios "/usr/share/nagios"
|
||||
|
||||
<Directory "/usr/share/nagios">
|
||||
# SSLRequireSSL
|
||||
Options None
|
||||
AllowOverride None
|
||||
# Require all granted
|
||||
# Require ip 127.0.0.1
|
||||
AuthName "Nagios Access"
|
||||
AuthType Basic
|
||||
AuthUserFile /etc/nagios/htpasswd.users
|
||||
Require valid-user
|
||||
</Directory>
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user