Sophie

Sophie

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

xymon-4.3.17-5.1.mga5.src.rpm

From e55de08021e7cc506ef4f09a53da67aa1c4174ef Mon Sep 17 00:00:00 2001
From: William Murphy <warrendiogenese@gmail.com>
Date: Sun, 3 Aug 2014 20:00:44 -0700
Subject: [PATCH] wwwcachedir

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

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