From c2460ee3f6d09e8613f6c7d1959c85588256fefd Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 22 Apr 2013 14:14:22 +0000 Subject: [PATCH] Rebiuld git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470532 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/configuring.html.en | 3 ++ docs/manual/configuring.xml.de | 2 +- docs/manual/configuring.xml.fr | 2 +- docs/manual/configuring.xml.ja | 2 +- docs/manual/configuring.xml.ko | 2 +- docs/manual/configuring.xml.tr | 2 +- docs/manual/mod/mod_auth_basic.html.fr | 17 ++++++--- docs/manual/mod/mod_auth_basic.xml.meta | 2 +- docs/manual/mod/mod_lua.html.en | 29 +++++++++++----- docs/manual/mod/mod_lua.html.fr | 46 +++++++++++++++++-------- docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/mod_rewrite.html.fr | 4 +-- docs/manual/mod/mod_rewrite.xml.meta | 2 +- 13 files changed, 77 insertions(+), 38 deletions(-) diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index 9d56dc36b5..1942e54c4a 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -69,6 +69,9 @@ Server.

There must be no other characters or white space between the backslash and the end of the line.

+

Arguments to directives are separated by whitespace. If an + argument contains spaces, you must enclose that argument in quotes.

+

Directives in the configuration files are case-insensitive, but arguments to directives are often case sensitive. Lines that begin with the hash character "#" are considered diff --git a/docs/manual/configuring.xml.de b/docs/manual/configuring.xml.de index 5b7c609efc..ab2038ea30 100644 --- a/docs/manual/configuring.xml.de +++ b/docs/manual/configuring.xml.de @@ -1,7 +1,7 @@ - + - + + + + + diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index 9a1ff880a0..d08b7ffad8 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -27,8 +27,6 @@

Langues Disponibles:  en  |  fr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
@@ -451,7 +449,7 @@ la r
  • A des fins de référence avant, on peut utiliser, - %{LA-U:variable}, qui + %{LA-U:variable}, qui permet d'effectuer une sous-requête interne à base d'URL, afin de déterminer la valeur finale de variable. Ceci permet d'accéder à la valeur d'une variable pour la réécriture inconnue diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index 0be21e86f4..decc0a7b1e 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.40.0
  • Description:Ce module fournit un moteur de réécriture à base de règles permettant de réécrire les URLs des requêtes à la volée