From 632701dabb6be2867c37351e15395c9df69ad789 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 7 Aug 2012 22:09:50 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370564 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/custom-error.html.fr | 20 ++++++++++---------- docs/manual/custom-error.xml.meta | 2 +- docs/manual/mod/mod_lua.html.en | 2 +- docs/manual/mod/mod_lua.xml.fr | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/manual/custom-error.html.fr b/docs/manual/custom-error.html.fr index 246377766c..6cd4d202e9 100644 --- a/docs/manual/custom-error.html.fr +++ b/docs/manual/custom-error.html.fr @@ -28,8 +28,6 @@  ko  |  tr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.

Le serveur HTTP Apache fournit des messages d'erreur génériques pour les codes de statut 4xx ou 5xx ; ces messages sont cependant @@ -168,12 +166,13 @@ ErrorDocument 401 /subscription/how_to_subscribe.html par une directive ErrorDocument pourrait contenir ce qui suit :

-

- ...
- print "Content-type: text/html\n";
- printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
- ... -

+
+...
+print  "Content-type: text/html\n"; 
+printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
+... +
+

Si un script est dédié à la gestion d'une condition d'erreur spécifique, telle que 404 Not Found, il @@ -199,10 +198,11 @@ ErrorDocument 401 /subscription/how_to_subscribe.html

Dans le fichier de configuration de votre serveur, vous trouverez un groupe de lignes du style :

-

+

     # Multi-language error messages
#Include conf/extra/httpd-multilang-errordoc.conf -

+ +

Décommentez la ligne Include pour activer cette fonctionnalité, et présenter des messages d'erreur dont le langage diff --git a/docs/manual/custom-error.xml.meta b/docs/manual/custom-error.xml.meta index 5900a59241..38c922cb47 100644 --- a/docs/manual/custom-error.xml.meta +++ b/docs/manual/custom-error.xml.meta @@ -9,7 +9,7 @@ en es - fr + fr ja ko tr diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 0ab51bb89c..e41229f983 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -232,7 +232,7 @@ LuaAuthzProvider foo authz_provider.lua authz_check_foo

Hook functions are how modules (and Lua scripts) participate in the processing of requests. Each type of hook exposed by the server exists for -a specific purposes such as mapping requests to the filesystem, +a specific purpose, such as mapping requests to the filesystem, performing access control, or setting mimetypes:

diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index e60b2e3e2c..540e4135f4 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + -- 2.50.0