summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-09-13 16:49:46 +0100
committerJoe Orton <jorton@redhat.com>2012-09-13 16:49:46 +0100
commitd8220f4b1313e111dfb908cbfc3aecc889b7145e (patch)
tree423b7c64f129217fcaf15c89151c90cc507de16e /httpd.conf
parent7d53cc989ec1ba37d8061d6e19c098511a62e214 (diff)
downloadhttpd-d8220f4b1313e111dfb908cbfc3aecc889b7145e.tar.gz
httpd-d8220f4b1313e111dfb908cbfc3aecc889b7145e.tar.xz
httpd-d8220f4b1313e111dfb908cbfc3aecc889b7145e.zip
use IncludeOptional for conf.d/*.conf inclusion
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd.conf b/httpd.conf
index 1f973bb..fc7bf34 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -347,5 +347,5 @@ EnableSendfile on
# Supplemental configuration
#
-# Load conf files in the "/etc/httpd/conf.d" directory.
-Include conf.d/*.conf
+# Load config files in the "/etc/httpd/conf.d" directory, if any.
+IncludeOptional conf.d/*.conf