[evolvis-commits] r6616: small fixup release↵

Thorsten Glaser t.glaser at tarent.de
Sun May 9 14:56:56 CEST 2010


Author: Thorsten Glaser <t.glaser at tarent.de>
Date: 2010-05-09 14:56:56 +0200 (Sun, 09 May 2010)
New Revision: 6616

Modified:
   trunk/gforge_base/evolvisforge/gforge/debian/changelog
   trunk/gforge_base/evolvisforge/gforge/etc/httpd.d/40virtualhost
Log:
small fixup release


Modified: trunk/gforge_base/evolvisforge/gforge/debian/changelog
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/debian/changelog	2010-05-09 12:56:51 UTC (rev 6615)
+++ trunk/gforge_base/evolvisforge/gforge/debian/changelog	2010-05-09 12:56:56 UTC (rev 6616)
@@ -1,3 +1,10 @@
+gforge (4.8.3+evolvis11) unstable; urgency=low
+
+  * Minor cosmetic fix for the Evolvis theme
+  * Bugfixes for the generated httpd.conf
+
+ -- Thorsten Glaser <t.glaser at tarent.de>  Sun, 09 May 2010 14:55:38 +0200
+
 gforge (4.8.3+evolvis10) unstable; urgency=low
 
   * Replace www/themes/evolvis/images/bg-header-logo.png with a

Modified: trunk/gforge_base/evolvisforge/gforge/etc/httpd.d/40virtualhost
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/etc/httpd.d/40virtualhost	2010-05-09 12:56:51 UTC (rev 6615)
+++ trunk/gforge_base/evolvisforge/gforge/etc/httpd.d/40virtualhost	2010-05-09 12:56:56 UTC (rev 6616)
@@ -17,16 +17,16 @@
                order allow,deny
                allow from all
        </Directory>
-  LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" gforge
-  CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge
-  LogFormat "%{Host}i %h %l %u %t %{SSL_PROTOCOL}x:%{SSL_CIPHER}x \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedvhssl
-  CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/awstats.log" combinedvhssl
-  # Ensure that we don't try to use SSL on SSL Servers
-  <IfModule apache_ssl.c>
-    SSLDisable
-  </IfModule>
+	LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" gforge
+	CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge
+	LogFormat "%{Host}i %h %l %u %t %{SSL_PROTOCOL}x:%{SSL_CIPHER}x \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedvhssl
+	CustomLog "|/usr/bin/cronolog {var_log_gforge}/%Y/%m/%d/awstats.log" combinedvhssl
+	# Ensure that we don't try to use SSL on SSL Servers
+	<IfModule apache_ssl.c>
+		SSLDisable
+	</IfModule>
 </VirtualHost>
-<VirtualHost {ip_address}:443>
+<VirtualHost *:443>
 	ServerName {domain_name}
 	ServerAlias *.{domain_name}
 	VirtualDocumentRoot {gforge_chroot}{groupdir}/%1/htdocs
@@ -45,7 +45,7 @@
 	LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" gforge
 	CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge
 	LogFormat "%{Host}i %h %l %u %t %{SSL_PROTOCOL}x:%{SSL_CIPHER}x \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedvhssl
-	CustomLog "|/usr/bin/cronolog /var/log/gforge/%Y/%m/%d/awstats.log" combinedvhssl
+	CustomLog "|/usr/bin/cronolog {var_log_gforge}/%Y/%m/%d/awstats.log" combinedvhssl
 
 	<IfModule mod_ssl.c>
 		SSLEngine on




More information about the evolvis-commits mailing list