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 [email protected]
 #      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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to