The following commit has been merged in the master branch:
commit 0ec9b9b48ad3e311983a5b25ce0e9fadae6daaff
Author: Frank Lichtenheld <[email protected]>
Date: Sun Jan 17 15:05:16 2010 +0100
apache.conf: Include Port in VirtualHost definition
This is usually needed with the current Debian Apache config.
diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in
index 91833a6..fb36e4a 100644
--- a/conf/apache.conf.sed.in
+++ b/conf/apache.conf.sed.in
@@ -65,7 +65,7 @@
AddEncoding x-gzip .gz
</Directory>
-<VirtualHost *>
+<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot %TOPDIR%/www/
ServerName %SITE%
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]