]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
add RESTART_DELAY parameter to sleep between stop and start
[packages/apache.git] / apache-httpd.conf
index 064c2596b481f2091542ba3cca9d386b517974ba..613e5336f58bbab77105281595916f4ee29a4423 100644 (file)
@@ -59,9 +59,10 @@ MaxKeepAliveRequests 100
 KeepAliveTimeout 5
 UseCanonicalName Off
 AccessFileName .htaccess
-ServerTokens Full
+ServerTokens Prod
 ServerSignature On
 HostnameLookups Off
+#AddDefaultCharset UTF-8
 
 TraceEnable Off
 
@@ -100,8 +101,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 *:80
+<VirtualHost *:80>
     ServerName localhost
 #      ServerAdmin webmaster@host.example.com
 #      DocumentRoot /www/docs/host.example.com
This page took 0.028054 seconds and 4 git commands to generate.