[Piuparts-commits] [piuparts] 02/02: Add "AddType text/plain .log" to the apache2 configuration snipplet example.

Holger Levsen holger at moszumanska.debian.org
Mon Oct 20 18:50:16 UTC 2014


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

holger pushed a commit to branch develop
in repository piuparts.

commit ecc1ec6c895351ca22e6df017817c66dc787283a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Oct 20 20:47:29 2014 +0200

    Add "AddType text/plain .log" to the apache2 configuration snipplet example.
---
 conf/piuparts-master.conf | 2 +-
 debian/changelog          | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/piuparts-master.conf b/conf/piuparts-master.conf
index 3e29a7a..9aca2ad 100644
--- a/conf/piuparts-master.conf
+++ b/conf/piuparts-master.conf
@@ -5,7 +5,7 @@ Alias /piuparts /var/lib/piuparts/htdocs
 
   Options indexes
 
-  DefaultType text/plain
+  AddType text/plain .log
 </Directory>
 
 
diff --git a/debian/changelog b/debian/changelog
index 8775942..6f8a824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ piuparts (0.60) UNRELEASED; urgency=medium
   * Drop conf/piuparts-master.sudoers from debian/piuparts-master.examples
     and modify conf/piuparts-slave.sudoers to only allow the piupartss user
     to run /usr/sbin/piuparts as root - that's "all that's needed" anyway.
+  * Add "AddType text/plain .log" to the apache2 configuration snipplet
+    example, so that logfiles are displayed in the browser.
 
  -- Holger Levsen <holger at debian.org>  Tue, 15 Jul 2014 16:42:39 +0200
 

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



More information about the Piuparts-commits mailing list