[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, master, updated. debian/1.7.1-4-14-g1c7099f

Markus Frosch markus at lazyfrosch.de
Fri Sep 14 14:12:07 UTC 2012


The following commit has been merged in the master branch:
commit 6e3850cda1a37d0a37ee9403c89778e6cd85f70a
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Mon Aug 13 14:13:43 2012 +0200

    apache2.conf - avoid usage of submatching patterns
    
    Closes: #683126

diff --git a/debian/apache2.conf b/debian/apache2.conf
index 194b516..d3ef2a9 100644
--- a/debian/apache2.conf
+++ b/debian/apache2.conf
@@ -56,7 +56,7 @@ RedirectMatch "^/icinga-web$" /icinga-web/
     RewriteRule ^$ index.php?/ [QSA,L]
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteCond %{REQUEST_FILENAME} !-d
-    RewriteRule (.*) index.php?/$1 [QSA,L]
+    RewriteRule ".*" index.php?/$0 [QSA,L]
     
     <IfModule mod_deflate.c>
         # Insert filter
@@ -98,6 +98,6 @@ RedirectMatch "^/icinga-web$" /icinga-web/
 	RewriteRule ^$ index.php?/ [QSA,L]
 	RewriteCond %{REQUEST_FILENAME} !-f
 	RewriteCond %{REQUEST_FILENAME} !-d
-	RewriteRule (.*) index.php?/$1 [QSA,L]
+	RewriteRule ".*" index.php?/$0 [QSA,L]
 </Directory>
 

-- 
Debian packaging of icinga-web



More information about the Pkg-nagios-changes mailing list