From 02cda84c791b3dd3d8f8b7935a412df58f353c5d Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Mon, 13 Nov 2017 10:22:04 +0000 Subject: [PATCH] Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815076 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 11 ++++++----- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.meta | 2 +- docs/manual/mod/core.xml.tr | 2 +- 7 files changed, 12 insertions(+), 11 deletions(-) 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