[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, master, updated. debian/1.8.1-1-6-geb73752
Markus Frosch
markus at lazyfrosch.de
Tue Feb 12 16:51:03 UTC 2013
The following commit has been merged in the master branch:
commit f97dab83402bc6c47a63596a5b044d6cc238c48c
Author: Markus Frosch <markus at lazyfrosch.de>
Date: Tue Feb 12 17:42:20 2013 +0100
remove deprecated soap interface
diff --git a/debian/apache2.conf b/debian/apache2.conf
index e56988d..0960db6 100644
--- a/debian/apache2.conf
+++ b/debian/apache2.conf
@@ -94,19 +94,3 @@ RedirectMatch "^/icinga-web$" /icinga-web/
</IfDefine>
</Directory>
-# rewrite rules for the soap interface
-<Directory "/usr/share/icinga-web/pub/soap/">
- RewriteEngine On
-
- # This depends on your path
- # on independent hosts the base is '/'
- RewriteBase /icinga-web/soap
-
- # If the requested URL does not exist (it's likely an agavi route),
- # pass it as path info to index.php, the Agavi dispatch script.
- RewriteRule ^$ index.php?/ [QSA,L]
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ".*" index.php?/$0 [QSA,L]
-</Directory>
-
diff --git a/debian/icinga-web.install b/debian/icinga-web.install
index 560db0c..210feb3 100644
--- a/debian/icinga-web.install
+++ b/debian/icinga-web.install
@@ -16,4 +16,3 @@ usr/lib/jit usr/share/icinga-web/lib
usr/lib/jsgettext usr/share/icinga-web/lib
usr/lib/phpseclib usr/share/icinga-web/lib
usr/pub/index.php usr/pub/api/ usr/pub/images/ usr/pub/styles/ usr/share/icinga-web/pub
-usr/pub/soap/* usr/share/icinga-web/pub/soap
--
Debian packaging of icinga-web
More information about the Pkg-nagios-changes
mailing list