SOURCES: munin-apache.conf, munin.logrotate - conversion to webapps
baggins
baggins at pld-linux.org
Wed Dec 3 23:10:43 CET 2008
Author: baggins Date: Wed Dec 3 22:10:43 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- conversion to webapps
---- Files affected:
SOURCES:
munin-apache.conf (1.1 -> 1.2) , munin.logrotate (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/munin-apache.conf
diff -u SOURCES/munin-apache.conf:1.1 SOURCES/munin-apache.conf:1.2
--- SOURCES/munin-apache.conf:1.1 Thu Oct 6 23:45:01 2005
+++ SOURCES/munin-apache.conf Wed Dec 3 23:10:37 2008
@@ -1,9 +1,18 @@
+Alias /munin /var/lib/munin/html/
+
+<Directory /var/lib/munin/html>
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+</Directory>
+
#
# Apache configuration to support munin-cgi-graph
#
# In addition, the Munin log files and html area should be writable
# to the web server.
#
+
ScriptAlias /munin/dyn/ /usr/share/munin/cgi/
<Directory /usr/share/munin/cgi>
@@ -12,4 +21,3 @@
Order allow,deny
Allow from all
</Directory>
-
================================================================
Index: SOURCES/munin.logrotate
diff -u SOURCES/munin.logrotate:1.4 SOURCES/munin.logrotate:1.5
--- SOURCES/munin.logrotate:1.4 Mon Apr 2 18:41:07 2007
+++ SOURCES/munin.logrotate Wed Dec 3 23:10:37 2008
@@ -3,5 +3,5 @@
/var/log/munin/munin-limits.log
/var/log/munin/munin-update.log {
olddir /var/log/archive/munin
- create 640 munin root
+ create 660 munin http
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/munin-apache.conf?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/munin.logrotate?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list