Httpd IncludeOptional: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= =Internal= * [httpd Configuration#Directives]")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
=External=


* https://httpd.apache.org/docs/2.4/mod/core.html#includeoptional


=Internal=


=Internal=
* [[httpd Configuration#Directives]]
 
=Overview=


* [httpd Configuration#Directives]
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.