From: André Malo Date: Sat, 30 Dec 2017 19:53:00 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.4.30~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23ce73f329d38ee4a25c97e02d8c8e6d4997e867;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1819676 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index acf14f3a80..bda3b5a681 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -1759,7 +1759,8 @@ the server configuration files Kontext:Serverkonfiguration, Virtual Host, Verzeichnis Status:Core Modul:core -Kompatibilität:Available in 2.3.6 and later +Kompatibilität:Available in 2.3.6 and later. Not existent file paths without wildcards + do not cause SyntaxError after 2.4.30

Die Dokumentation zu dieser Direktive wurde noch nicht übersetzt. Bitte schauen Sie in die englische Version.

Siehe auch

diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 890e378d10..7e333c821d 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2379,14 +2379,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