https://bz.apache.org/bugzilla/show_bug.cgi?id=57585
--- Comment #6 from Alberto Murillo Silva <[email protected]> --- Luca you are right. In ClearLinux: IncludeOptional /not/existing/dir/*.conf WORKS IncludeOptional /not/existing/file.conf FAILS I guess both options should work. Our use case is: # Virtual hosts IncludeOptional /usr/share/defaults/httpd/conf.d/*.conf IncludeOptional /usr/share/defaults/httpd/conf.modules.d/*.conf IncludeOptional /etc/httpd/conf.d/*.conf IncludeOptional /etc/httpd/conf.modules.d/*.conf where /etc/httpd sometimes doesn't exist but the service successfully starts with the default page. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
