packages: apache1/apache1-httpd.conf - include port in vhost definition

glen glen at pld-linux.org
Thu Jun 10 23:07:00 CEST 2010


Author: glen                         Date: Thu Jun 10 21:07:00 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- include port in vhost definition

---- Files affected:
packages/apache1:
   apache1-httpd.conf (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: packages/apache1/apache1-httpd.conf
diff -u packages/apache1/apache1-httpd.conf:1.19 packages/apache1/apache1-httpd.conf:1.20
--- packages/apache1/apache1-httpd.conf:1.19	Wed Nov 25 06:57:52 2009
+++ packages/apache1/apache1-httpd.conf	Thu Jun 10 23:06:53 2010
@@ -39,12 +39,12 @@
 ### IP Address/Port
 ###
 #BindAddress *
-Listen 80
 
 # Listen can take two arguments.
 # (this is an extension for supporting IPv6 addresses)
 #Listen :: 80
 #Listen 0.0.0.0 80
+Listen 80
 
 ###
 ### Performance settings Section
@@ -124,8 +124,8 @@
 # See also the BindAddress entry.
 
 # Setup default vhost (first one defined in config) and include vhosts configuration
-NameVirtualHost 0.0.0.0
-<VirtualHost 0.0.0.0>
+NameVirtualHost 0.0.0.0:80
+<VirtualHost 0.0.0.0:80>
     ServerName localhost
 #	ServerAdmin webmaster at host.example.com
 #	DocumentRoot /www/docs/host.example.com
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache1/apache1-httpd.conf?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list