IncludeOptional will include any files if present, based on the pattern. If
no file can be included, it won't cause issues.
Further, you don't need to use separate files for everything. You can use a
single monolithic file for everything, if you prefer that approach.
Running apachectl -V will sho
Hi,In Centos with the name of httpd, I see two IncludeOptional statements in
/var/etc/httpd/conf/httpd.conf
# grep -r IncludeOptional /etc/httpd/
/etc/httpd/conf/httpd.conf:IncludeOptional conf.d/*.conf
/etc/httpd/conf/httpd.conf:IncludeOptional sites-enabled/*.conf
I don't see such statements