From: Lucien Gentis Date: Sun, 2 Jul 2017 12:42:19 +0000 (+0000) Subject: Rebuild. X-Git-Tag: 2.5.0-alpha~317 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49d653a53a5f627f5a080613c8e385b18e4d1ceb;p=thirdparty%2Fapache%2Fhttpd.git Rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800560 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml index ed1068e2d7e..dc36c860d7c 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -135,6 +135,7 @@ event.xml mpm_netware.xml mpmt_os2.xml + overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index 38a0739c41d..fdf94c40a9c 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -135,6 +135,7 @@ event.xml mpm_netware.xml mpmt_os2.xml + overrides.xml prefork.xml.de mpm_winnt.xml.de worker.xml.de diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index e056abc6664..d8571787def 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -135,6 +135,7 @@ event.xml mpm_netware.xml mpmt_os2.xml + overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr index 4e900ce7ed0..301b80dd3fc 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -135,6 +135,7 @@ event.xml.fr mpm_netware.xml.fr mpmt_os2.xml.fr + overrides.xml prefork.xml.fr mpm_winnt.xml.fr worker.xml.fr diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index b6abff88096..8e6ad81cf15 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -135,6 +135,7 @@ event.xml mpm_netware.xml mpmt_os2.xml + overrides.xml prefork.xml.ja mpm_winnt.xml.ja worker.xml.ja diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index 5b243a67d79..ecddc3deded 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -135,6 +135,7 @@ event.xml mpm_netware.xml mpmt_os2.xml + overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr index 7272e8d5e84..751e25e0dc7 100644 --- a/docs/manual/mod/allmodules.xml.tr +++ b/docs/manual/mod/allmodules.xml.tr @@ -135,6 +135,7 @@ event.xml mpm_netware.xml mpmt_os2.xml + overrides.xml prefork.xml.tr mpm_winnt.xml worker.xml.tr diff --git a/docs/manual/mod/allmodules.xml.zh-cn b/docs/manual/mod/allmodules.xml.zh-cn index ed1068e2d7e..dc36c860d7c 100644 --- a/docs/manual/mod/allmodules.xml.zh-cn +++ b/docs/manual/mod/allmodules.xml.zh-cn @@ -135,6 +135,7 @@ event.xml mpm_netware.xml mpmt_os2.xml + overrides.xml prefork.xml mpm_winnt.xml worker.xml diff --git a/docs/manual/rewrite/flags.html.fr b/docs/manual/rewrite/flags.html.fr index b3b47316023..01c3c7199fd 100644 --- a/docs/manual/rewrite/flags.html.fr +++ b/docs/manual/rewrite/flags.html.fr @@ -89,7 +89,7 @@ d'utilisation.

B (échappement dans les références arrières)

Avec le drapeau [B], la directive RewriteRule échappe les caractères non-alphanumériques avant d'appliquer la transformation. A partir -de la version 2.4.10, vous pouvez limiter l'échappement dans les +de la version 2.4.26, vous pouvez limiter l'échappement dans les références arrières à une liste de caractères que vous pouvez spécifiez comme dans cet exemple : [B=#?;]. Notez que l'espace peut faire partie de la liste des caractères à échapper, mais qu'il ne doit pas @@ -146,6 +146,10 @@ l'espace en +) espace en %20 au lieu de '+' dans les références arrières. Ceci s'avère utile lorsque la référence arrière est utilisée dans la partie chemin, et non dans les paramètres de la requête.

+ +

Ce drapeau est disponible à partir de la version 2.4.26 du serveur HTTP +Apache.

+
top

C|chain