[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.51-11-g1f7e793

Holger Levsen holger at layer-acht.org
Wed May 15 18:01:23 UTC 2013


The following commit has been merged in the develop branch:
commit 1f7e793cc7b6878d9abedaf9dcfc13e4325e1649
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed May 15 20:01:19 2013 +0200

    apache vhost config as in use on pejacevic

diff --git a/README_pejacevic.txt b/README_pejacevic.txt
index 7d02103..39b6568 100644
--- a/README_pejacevic.txt
+++ b/README_pejacevic.txt
@@ -90,24 +90,24 @@ Any other webserver will do but apache is used on pejacevic (and maintained by D
 
 ----
 <VirtualHost *:80>
-        ServerName piuparts.debian.org
+	ServerName piuparts.debian.org
 
-        ServerAdmin debian-admin at debian.org
+	ServerAdmin debian-admin at debian.org
 
-        ErrorLog /var/log/apache2/piuparts.debian.org-error.log
-        CustomLog /var/log/apache2/piuparts.debian.org-access.log combined
+	ErrorLog /var/log/apache2/piuparts.debian.org-error.log
+	CustomLog /var/log/apache2/piuparts.debian.org-access.log combined
 
-        DocumentRoot /srv/piuparts.debian.org/htdocs
+	DocumentRoot /srv/piuparts.debian.org/htdocs
+	AddType text/plain log
 
-        DefaultType text/plain
-
-        HostnameLookups Off
-        UseCanonicalName Off
-        ServerSignature On
-        <IfModule mod_userdir.c>
-                UserDir disabled
-        </IfModule>
+	HostnameLookups Off
+	UseCanonicalName Off
+	ServerSignature On
+	<IfModule mod_userdir.c>
+        	UserDir disabled
+	</IfModule>
 </VirtualHost>
+# vim:set syn=apache:
 ----
 
 == Running piuparts

-- 
piuparts git repository



More information about the Piuparts-commits mailing list