[debian-edu-commits] debian-edu/ 01/01: Fix munin alias directory.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Dec 18 17:57:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit dc57772f95c3e5bcad54472b94a61fe55a165383
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Dec 18 18:54:38 2017 +0100

    Fix munin alias directory.
    
    - etc/apache2/sites-available/debian-edu-ssl-default.conf
---
 debian/changelog                                        | 2 ++
 etc/apache2/sites-available/debian-edu-ssl-default.conf | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d22042f..d54665f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ debian-edu-config (1.942) UNRELEASED; urgency=medium
   * lintian-overrides:
     - Correct linenumber for "command-with-path-in-maintainer-script" for
       /usr/bin/etckeeper in postinst.
+  * etc/apache2/sites-available/debian-edu-ssl-default.conf:
+    - Fix munin alias directory.
 
   [ Holger Levsen ]
   * Drop dbus-1/system.d/hal-debian-edu.conf, as Wheezy was the last Debian
diff --git a/etc/apache2/sites-available/debian-edu-ssl-default.conf b/etc/apache2/sites-available/debian-edu-ssl-default.conf
index a8ff603..d90ba45 100644
--- a/etc/apache2/sites-available/debian-edu-ssl-default.conf
+++ b/etc/apache2/sites-available/debian-edu-ssl-default.conf
@@ -44,8 +44,8 @@
 
     # add alias for munin, though it should really be handled by munin itself,
     # rather than assuming /var/www is the defaultroot..
-    Alias /munin "/var/www/munin/"
-	<Directory /etc/debian-edu/www/ >
+    Alias /munin "/var/cache/munin/www/"
+	<Directory /var/cache/munin/www/ >
 		Options Indexes FollowSymLinks MultiViews
 		AllowOverride None
 		Require all granted

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list