https://issues.apache.org/bugzilla/show_bug.cgi?id=57585
Bug ID: 57585
Summary: httpd fails to start if there is an IncludeOptional
directive to a inexistent directory
Product: Apache httpd-2
Version: 2.4.10
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
There must be cases were we want to Optionally include configuration files.
IncludeOptional check for the folder to exists and then parses the
configuration files found in it (if any) but return an error if the
directory does not exists yet.
After apr_dir_open() fails in process_resource_config_fnmatch and
process_resource_config_nofnmatch, we can check for the "optional" arg
and return error only if not optional.
--
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]