From: Daniel Gruno Date: Tue, 7 Aug 2012 22:09:50 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~6467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632701dabb6be2867c37351e15395c9df69ad789;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370564 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.html.fr b/docs/manual/custom-error.html.fr index 246377766c5..6cd4d202e91 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 5900a59241f..38c922cb47a 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 0ab51bb89c4..e41229f9834 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 e60b2e3e2c4..540e4135f4a 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - +