]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- allow work without systemd-units
[packages/apache.git] / apache-httpd.conf
index ae3d356f28c9b67e00593c56014ccbc828e75b91..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,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.02569 seconds and 4 git commands to generate.