From: André Malo Date: Sun, 16 Feb 2014 14:36:40 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.5.0-alpha~4487 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04d69efcfd57a18fcf8da74e29a16590c9aebfe9;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1568766 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 066946f9cf..cfa00849de 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -292,8 +292,8 @@
  • HeartbeatAddress
  • HeartbeatListen
  • HeartbeatMaxServers
  • -
  • HeartbeatStorage
  • HeartbeatStorage
  • +
  • HeartbeatStorage
  • HostnameLookups
  • IdentityCheck
  • IdentityCheckTimeout
  • diff --git a/docs/manual/mod/mod_lua.html.fr b/docs/manual/mod/mod_lua.html.fr index 51ab115934..62068d38c1 100644 --- a/docs/manual/mod/mod_lua.html.fr +++ b/docs/manual/mod/mod_lua.html.fr @@ -1042,8 +1042,22 @@ end
    r:getcookie(key) -- Obtient un cookie HTTP
    -
    r:setcookie(key, value, secure, expires) -- Définit un cookie HTTP, par exemple :
    -r:setcookie("foo", "bar and stuff", false, os.time() + 86400)
    +
    r:setcookie{
    +  key = [key],
    +  value = [value],
    +  expires = [expiry],
    +  secure = [boolean],
    +  httponly = [boolean],
    +  path = [path],
    +  domain = [domain]
    +} -- Définit un cookie HTTP, par exemple :
    +
    +r:setcookie{
    +  key = "cookie1",
    +  value = "HDHfa9eyffh396rt",
    +  expires = os.time() + 86400,
    +  secure = true
    +}
    r:wsupgrade() -- Met à jour une connexion vers les WebSockets si possible (et si demandé) :
    diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta
    index 8fc1a0efdf..b55c7710e9 100644
    --- a/docs/manual/mod/mod_lua.xml.meta
    +++ b/docs/manual/mod/mod_lua.xml.meta
    @@ -8,6 +8,6 @@
     
       
         en
    -    fr
    +    fr
       
     
    diff --git a/docs/manual/mod/mod_remoteip.html.fr b/docs/manual/mod/mod_remoteip.html.fr
    index 479488b57f..62f7582930 100644
    --- a/docs/manual/mod/mod_remoteip.html.fr
    +++ b/docs/manual/mod/mod_remoteip.html.fr
    @@ -27,6 +27,8 @@
     

    Langues Disponibles:  en  |  fr 

    +
    Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
    - - + +
    Description:Remplace l'adresse IP et le nom d'hôte apparents du client pour la requête par l'adresse IP présentée par un mandataire ou un répartiteur de charge via les en-têtes de la requête. diff --git a/docs/manual/mod/mod_remoteip.xml.fr b/docs/manual/mod/mod_remoteip.xml.fr index a76b0a352c..14355b24db 100644 --- a/docs/manual/mod/mod_remoteip.xml.fr +++ b/docs/manual/mod/mod_remoteip.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_remoteip.xml.meta b/docs/manual/mod/mod_remoteip.xml.meta index 1a7c78a9f1..771852e80c 100644 --- a/docs/manual/mod/mod_remoteip.xml.meta +++ b/docs/manual/mod/mod_remoteip.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index d590bb20f1..65ec4864dc 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -483,8 +483,8 @@ of the index listing
    HeartbeatListenaddr:portsX
    multicast address to listen for incoming heartbeat requests
    HeartbeatMaxServers number-of-servers 10 sX
    Specifies the maximum number of servers that will be sending heartbeat requests to this server
    HeartbeatStorage file-path logs/hb.dat sX
    Path to store heartbeat data
    HeartbeatStorage file-path logs/hb.dat sX
    Path to read heartbeat data
    HeartbeatStorage file-path logs/hb.dat sX
    Path to read heartbeat data
    HeartbeatStorage file-path logs/hb.dat sX
    Path to store heartbeat data
    HostnameLookups On|Off|Double Off svdC
    Enables DNS lookups on client IP addresses
    IdentityCheck On|Off Off svdE
    Enables logging of the RFC 1413 identity of the remote user