]> git.deb.at Git - deb/packages.git/commitdiff
apache.conf: Include Port in VirtualHost definition
authorFrank Lichtenheld <djpig@new-pauli.djpig.de>
Sun, 17 Jan 2010 14:05:16 +0000 (15:05 +0100)
committerFrank Lichtenheld <djpig@new-pauli.djpig.de>
Sun, 17 Jan 2010 14:05:16 +0000 (15:05 +0100)
This is usually needed with the current Debian Apache config.

conf/apache.conf.sed.in

index 91833a623313e3d87bc44f671ee13ffec8ac828c..fb36e4a2b753cbb069bd5768e2a0f5a52a58f171 100644 (file)
@@ -65,7 +65,7 @@
   AddEncoding x-gzip .gz
 </Directory>
 
-<VirtualHost *>
+<VirtualHost *:80>
    ServerAdmin webmaster@debian.org
    DocumentRoot %TOPDIR%/www/
    ServerName %SITE%