Imported Debian patch 0.6.24+dfsg1-4~bpo80+1
This commit is contained in:
committed by
Mario Fetka
parent
32a360eca6
commit
69f960eb4a
2
debian/nagios3/config.nagios3.php
vendored
Normal file
2
debian/nagios3/config.nagios3.php
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$conf['nagios_base'] = "/cgi-bin/nagios3";
|
||||
24
debian/nagios3/pnp4nagios.conf
vendored
Normal file
24
debian/nagios3/pnp4nagios.conf
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
Alias /pnp4nagios "/usr/share/pnp4nagios/html"
|
||||
|
||||
<Directory "/usr/share/pnp4nagios/html">
|
||||
AllowOverride None
|
||||
|
||||
AuthName "Nagios Access"
|
||||
AuthType Basic
|
||||
AuthUserFile /etc/nagios3/htpasswd.users
|
||||
Require valid-user
|
||||
<IfModule mod_rewrite.c>
|
||||
# Turn on URL rewriting
|
||||
RewriteEngine On
|
||||
Options symLinksIfOwnerMatch
|
||||
# Installation directory
|
||||
RewriteBase /pnp4nagios/
|
||||
# Protect application and system files from being viewed
|
||||
RewriteRule "^(?:application|modules|system)/" - [F]
|
||||
# Allow any files or directories that exist to be displayed directly
|
||||
RewriteCond "%{REQUEST_FILENAME}" !-f
|
||||
RewriteCond "%{REQUEST_FILENAME}" !-d
|
||||
# Rewrite all other URLs to index.php/URL
|
||||
RewriteRule "^.*$" "index.php/$0" [PT]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user