From: Luca Toscano Date: Mon, 13 Nov 2017 10:22:04 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha2-ci-test-only~3143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02cda84c791b3dd3d8f8b7935a412df58f353c5d;p=thirdparty%2Fapache%2Fhttpd.git Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815076 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index abd62796b1c..8d05cbc8ac8 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2560,14 +2560,15 @@ the server configuration files Context:server config, virtual host, directory Status:Core Module:core -Compatibility:Available in 2.3.6 and later +Compatibility:Available in 2.3.6 and later. Not existent file paths without wildcards + do not cause SyntaxError after 2.4.30

This directive allows inclusion of other configuration files from within the server 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.

+ Include directive, but it will be + silently ignored (instead of causing an error) if wildcards are used and + they do not match any file or directory or if a file path does not exist + on the file system.

See also