]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- include port in vhost definition
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jun 2010 21:06:53 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-httpd.conf -> 1.20

apache1-httpd.conf

index 1f7909d384700232b8f8cb65fd3512c1ecb3b852..a1be8188c2c2296c4d9d8285fcfbe2f12b3bbf3d 100644 (file)
@@ -39,12 +39,12 @@ ServerName localhost
 ### 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 @@ Include webapps.d/*.conf
 # 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@host.example.com
 #      DocumentRoot /www/docs/host.example.com
This page took 0.074329 seconds and 4 git commands to generate.