X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-httpd.conf;h=41d565d203e8e92da17ffae4dbcda920d97bae34;hp=ec2c372f7a3dad99f271e0cd9ce6f8340afc6b20;hb=90c90df612ee7fed362476fa3c431b405616737d;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69 diff --git a/apache-httpd.conf b/apache-httpd.conf index ec2c372..41d565d 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -1,4 +1,4 @@ -# $Id: apache-httpd.conf,v 1.58 2011/10/25 09:40:41 psz Exp $ + apache-httpd.conf,v 1.58 2011/10/25 09:40:41 psz Exp $ # # This is the main Apache HTTP server configuration file. # It contains the configuration directives that give the server its instructions. @@ -10,7 +10,7 @@ # for a discussion of each configuration directive. ServerRoot "/etc/httpd" -DefaultType text/plain +DefaultType none # User/Group: The name (or #number) of the user/group to run httpd as. # It is usually good practice to create a dedicated user and group for @@ -67,10 +67,10 @@ HostnameLookups Off TraceEnable Off # Include other modules and packages config. -Include conf.d/*.conf +IncludeOptional conf.d/*.conf # Include webapps config -Include webapps.d/*.conf +IncludeOptional webapps.d/*.conf # ScriptAlias: This controls which directories contain server scripts. @@ -101,7 +101,6 @@ Include webapps.d/*.conf # See also the BindAddress entry. # Setup default vhost (first one defined in config) and include vhosts configuration -NameVirtualHost *:80 ServerName localhost # ServerAdmin webmaster@host.example.com @@ -110,4 +109,4 @@ NameVirtualHost *:80 # TransferLog logs/host.example.com-access_log -Include vhosts.d/*.conf +IncludeOptional vhosts.d/*.conf