]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-httpd.conf
rel 15; builds
[packages/apache1.git] / apache1-httpd.conf
index 1f7909d384700232b8f8cb65fd3512c1ecb3b852..bf3ffc48fa166c1111b4aec501b88eb0fa6f87a3 100644 (file)
@@ -25,6 +25,7 @@ DefaultType text/plain
 
 HostnameLookups Off
 ServerSignature Email
+#AddDefaultCharset "utf-8"
 
 User  http
 Group http
@@ -39,12 +40,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 +125,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.080042 seconds and 4 git commands to generate.