Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > deecb6b6a05b8293e284be1ad9b5f073 > files > 20

xymon-4.3.17-5.1.mga5.src.rpm

From e0ec953db47e5438cebad894176aa81223e95040 Mon Sep 17 00:00:00 2001
From: William Murphy <warrendiogenese@gmail.com>
Date: Thu, 7 Aug 2014 22:31:00 -0700
Subject: [PATCH] Patched dirredir

---
 xymond/etcfiles/xymon-apache-open.DIST   | 2 +-
 xymond/etcfiles/xymon-apache-secure.DIST | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xymond/etcfiles/xymon-apache-open.DIST b/xymond/etcfiles/xymon-apache-open.DIST
index 6b806b3..e7c1fe7 100644
--- a/xymond/etcfiles/xymon-apache-open.DIST
+++ b/xymond/etcfiles/xymon-apache-open.DIST
@@ -34,7 +34,7 @@ Alias @XYMONHOSTURL@/notes "@XYMONVAR@/notes"
     Allow from all
 </Directory>
 
-Alias @XYMONHOSTURL@/  "@INSTALLWWWDIR@/"
+Alias @XYMONHOSTURL@  "@INSTALLWWWDIR@"
 <Directory "@INSTALLWWWDIR@">
     Options Indexes FollowSymLinks Includes MultiViews
     Order allow,deny
diff --git a/xymond/etcfiles/xymon-apache-secure.DIST b/xymond/etcfiles/xymon-apache-secure.DIST
index 835e962..31b891d 100644
--- a/xymond/etcfiles/xymon-apache-secure.DIST
+++ b/xymond/etcfiles/xymon-apache-secure.DIST
@@ -34,7 +34,7 @@ Alias @XYMONHOSTURL@/notes "@XYMONVAR@/notes"
     Allow from all
 </Directory>
 
-Alias @XYMONHOSTURL@/  "@INSTALLWWWDIR@/"
+Alias @XYMONHOSTURL@  "@INSTALLWWWDIR@"
 <Directory "@INSTALLWWWDIR@">
     Options Indexes FollowSymLinks Includes MultiViews
     Order allow,deny
-- 
1.8.4.5