X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-httpd.conf;h=b2b641194e4ffabc1cd5840baa86a294f51e0d72;hp=ec2c372f7a3dad99f271e0cd9ce6f8340afc6b20;hb=77aebe072d0f739d42af382fb5e69c49011f767e;hpb=870cb2073c07ba938bce521c29a4f45273108bef diff --git a/apache-httpd.conf b/apache-httpd.conf index ec2c372..b2b6411 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -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