Httpd IncludeOptional: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* [[httpd Configuration#Directives]] | * [[httpd Configuration#Directives]] | ||
=Overview= | |||
This directive allows inclusion of other configuration files. It works identically to the <tt>Include</tt> directive, with the exception that if wildcards do not match any file or directory, the <tt>IncludeOptional</tt> directive will be silently ignored instead of causing an error. |
Latest revision as of 18:46, 6 January 2016
External
Internal
Overview
This directive allows inclusion of other configuration files. It works identically to the Include directive, with the exception that if wildcards do not match any file or directory, the IncludeOptional directive will be silently ignored instead of causing an error.