From: Andre Malo Date: Sun, 16 Feb 2014 14:36:40 +0000 (+0000) Subject: update transformation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9eb2f847122b79b8d0a96bd178bb23894afb908;p=thirdparty%2Fapache%2Fhttpd.git 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 066946f9cfc..cfa00849dec 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 51ab115934b..62068d38c1a 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 8fc1a0efdf3..b55c7710e95 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 479488b57f7..62f7582930b 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 a76b0a352c0..14355b24dbf 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 1a7c78a9f14..771852e80cd 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 d590bb20f11..65ec4864dc3 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