]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- rel 4; use currently available (unofficial) fix for latest 'Range' vuln.
[packages/apache.git] / apache-httpd.conf
index ae3d356f28c9b67e00593c56014ccbc828e75b91..e28647d03754c7bd19353243ffe3628608d1dc3d 100644 (file)
@@ -62,6 +62,7 @@ AccessFileName .htaccess
 ServerTokens Full
 ServerSignature On
 HostnameLookups Off
+#AddDefaultCharset UTF-8
 
 TraceEnable Off
 
@@ -100,11 +101,11 @@ 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 *:80
+<VirtualHost *:80>
     ServerName localhost
 #      ServerAdmin webmaster@host.example.com
-#      DocumentRoot /www/docs/host.examp-le.com
+#      DocumentRoot /www/docs/host.example.com
 #      ErrorLog logs/host.example.com-error_log
 #      TransferLog logs/host.example.com-access_log
 </VirtualHost>
This page took 0.147164 seconds and 4 git commands to generate.