diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index de91332b8d..946a2deb75 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -315,7 +315,7 @@ looks like
The most essential part of any request is the request record
. In a call to a handler function, this is represented by the
request_rec* structure passed along with every call that is made.
-This struct, typically just refered to as r in modules,
+This struct, typically just referred to as r in modules,
contains all the information you need for your module to fully process any
HTTP request and respond accordingly.
Some key elements of the
request_rec structure are:
@@ -728,7 +728,7 @@ static int example_handler(request_rec *r)
-This version in its entirity can be found here: +This version in its entirety can be found here: mod_example_2.c.
@@ -917,7 +917,7 @@ set them.)-Now that we've told the server to expect some directives for our module, it's +Now that we have told the server to expect some directives for our module, it's time to make a few functions for handling these. What the server reads in the configuration file(s) is text, and so naturally, what it passes along to our directive handler is one or more strings, that we ourselves need to diff --git a/docs/manual/mod/mod_cache.html.fr b/docs/manual/mod/mod_cache.html.fr index 27cd18f643..7e33ed4501 100644 --- a/docs/manual/mod/mod_cache.html.fr +++ b/docs/manual/mod/mod_cache.html.fr @@ -325,7 +325,7 @@ AddOutputFilterByType CACHE;DEFLATE text/plain
# Mise en cache du contenu avant l'intervention de mod_include et - # mod_deflate +# mod_deflate CacheQuickHandler off AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html@@ -338,7 +338,7 @@ AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
# Mise en cache du contenu entre les interventions de mod_include et - # mod_deflate +# mod_deflate CacheQuickHandler off AddOutputFilterByType INCLUDES;CACHE;DEFLATE text/htmldiff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 3491ecd63e..6a912d6fed 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -798,10 +798,6 @@ r:puts("Server 1's thread 1 has thread ID " .. thread.tid .. " and is in " .. th -
-r:started() -- Returns the time of the last server (re)start --
r:clock() -- Returns the current time with microsecond precision diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 66f9df3476..ce362c69fc 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_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index 0dfd78b755..9a1ff880a0 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -27,6 +27,8 @@ +Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
| 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 |
|---|