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
<IfModule alias_module>
# ScriptAlias: This controls which directories contain server scripts.
# See also the BindAddress entry.
# Setup default vhost (first one defined in config) and include vhosts configuration
-NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhost
# ServerAdmin webmaster@host.example.com
# TransferLog logs/host.example.com-access_log
</VirtualHost>
-Include vhosts.d/*.conf
+IncludeOptional vhosts.d/*.conf
#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
-LockFile /var/run/httpd/accept.lock
+Mutex file:/var/run/httpd/
#
# Only one of the below sections will be relevant on your