Author: Lars Michelsen <[email protected]>
Date: Fri Sep 30 11:35:29 2011 +0200
Committer: Lars Michelsen <[email protected]>
Commit-Date: Fri Sep 30 11:35:29 2011 +0200
Bugfix: Fixed HTTP redirects in installations using omd_install.sh
---
ChangeLog | 2 +-
omd_install.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 24ed37b..c144adc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
1.6rc2
Core
-
+ * Bugfix: Fixed HTTP redirects in installations using omd_install.sh
* Added NagiosBP backend to connect directly to NagiosBP using the JSON API
Thanks to Bacher Systems (bacher.at) for providing this backend.
diff --git a/omd_install.sh b/omd_install.sh
index f30aafd..2bc7530 100755
--- a/omd_install.sh
+++ b/omd_install.sh
@@ -143,7 +143,7 @@ Alias /$OMD_SITE/nagvis
"$OMD_ROOT/local/share/nagvis/htdocs"
# redirect the queries itselfs. In some cases the mod_rewrite redirect
# is better than the php redirect.
RewriteCond %{REQUEST_URI}
^/$OMD_SITE/nagvis(/config\.php|/index\.php|/|)(\?.*|)$
- RewriteRule ^(index\.php|)(\?.*|)$
/$OMD_SITE/nagvis/frontend/nagvis-js/$1$2 [R=301,L]
+ RewriteRule ^(index\.php|)(\?.*|)$
/$OMD_SITE/nagvis/frontend/nagvis-js/\$1\$2 [R=301,L]
# Redirect old regular map links
RewriteCond %{REQUEST_URI} ^/$OMD_SITE/nagvis/frontend/(nagvis-js|wui)
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins