From 23ce73f329d38ee4a25c97e02d8c8e6d4997e867 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 30 Dec 2017 19:53:00 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1819676 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.de | 3 ++- docs/manual/mod/core.html.en | 11 ++++++----- docs/manual/mod/core.html.es | 3 ++- docs/manual/mod/core.html.ja.utf8 | 3 ++- 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.tr | 2 +- docs/manual/mod/mod_filter.html.en | 8 ++++---- docs/manual/mod/mod_filter.html.fr | 2 ++ docs/manual/mod/mod_filter.xml.fr | 2 +- docs/manual/mod/mod_filter.xml.meta | 2 +- 13 files changed, 25 insertions(+), 19 deletions(-) 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