[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, lazyfrosch/after-wheezy, updated. debian/1.7.1-4-11-g380ebed
Markus Frosch
markus at lazyfrosch.de
Mon Aug 13 12:42:12 UTC 2012
The following commit has been merged in the lazyfrosch/after-wheezy 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