From: Jim Jagielski Date: Mon, 9 May 2022 17:51:48 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha2-ci-test-only~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda87408aeafb96af7f7972ff9157a9e656e9b7f;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900749 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en.utf8 b/docs/manual/mod/mod_lua.html.en.utf8 index 0c908138516..58be824a413 100644 --- a/docs/manual/mod/mod_lua.html.en.utf8 +++ b/docs/manual/mod/mod_lua.html.en.utf8 @@ -1479,7 +1479,7 @@ end Module:mod_lua

Like LuaHookTranslateName but executed at the - map-to-storage phase of a request. Modules like mod_cache run at this phase, + map-to-storage phase of a request. Modules like mod_cache run at this phase, which makes for an interesting example on what to do here:

LuaHookMapToStorage /path/to/lua/script.lua check_cache
@@ -1826,7 +1826,7 @@ LuaPackagePath /scripts/lib/?/init.lua Module:mod_lua

- This phase is run immediately after the request has been mapped to a virtal host, + This phase is run immediately after the request has been mapped to a virtual host, and can be used to either do some request processing before the other phases kick in, or to serve a request without the need to translate, map to storage et cetera. As this phase is run before anything else, directives such as <Location> or <Directory> are void in this phase, just as diff --git a/docs/manual/mod/mod_lua.html.fr.utf8 b/docs/manual/mod/mod_lua.html.fr.utf8 index 649c9cdb5d5..e4c328a1db2 100644 --- a/docs/manual/mod/mod_lua.html.fr.utf8 +++ b/docs/manual/mod/mod_lua.html.fr.utf8 @@ -29,6 +29,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 35438842c89..ace07ca90ca 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta index b55c7710e95..8fc1a0efdf3 100644 --- a/docs/manual/mod/mod_lua.xml.meta +++ b/docs/manual/mod/mod_lua.xml.meta @@ -8,6 +8,6 @@ en - fr + fr
Description:Fournit des points d'entrée Lua dans différentes parties du traitement des requêtes httpd
Statut:Extension