From be9e0feb218166dfd9eae8870fb611d6068238cc Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 20 Feb 2014 12:10:32 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1570164 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 2 +- docs/manual/mod/mod_lua.html.en | 18 ++++++++++++++++-- docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/mod_lua.xml.meta | 2 +- docs/manual/mod/mod_macro.xml.fr | 2 +- docs/manual/mod/mod_macro.xml.meta | 2 +- docs/manual/mod/mod_rewrite.xml.fr | 2 +- docs/manual/mod/mod_rewrite.xml.meta | 2 +- docs/manual/mod/quickreference.html.en | 4 ++-- 9 files changed, 25 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index a29449d282..93971019a9 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -278,8 +278,8 @@
  • HeartbeatAddress
  • HeartbeatListen
  • HeartbeatMaxServers
  • -
  • HeartbeatStorage
  • HeartbeatStorage
  • +
  • HeartbeatStorage
  • HostnameLookups
  • IdentityCheck
  • IdentityCheckTimeout
  • diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 08638f0db7..a49243a851 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -949,8 +949,22 @@ end
    r:getcookie(key) -- Gets a HTTP cookie
    -
    r:setcookie(key, value, secure, expires) -- Sets a HTTP cookie, for instance:
    -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]
    +} -- Sets a HTTP cookie, for instance:
    +
    +r:setcookie{
    +  key = "cookie1",
    +  value = "HDHfa9eyffh396rt",
    +  expires = os.time() + 86400,
    +  secure = true
    +}
    r:wsupgrade() -- Upgrades a connection to WebSockets if possible (and requested):
    diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr
    index 2f4ca54d88..96cf611592 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 b55c7710e9..8fc1a0efdf 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_macro.xml.fr b/docs/manual/mod/mod_macro.xml.fr
    index 8f3f85e3f2..35473621fc 100644
    --- a/docs/manual/mod/mod_macro.xml.fr
    +++ b/docs/manual/mod/mod_macro.xml.fr
    @@ -1,7 +1,7 @@
     
     
     
    -
    +
     
     
     
    diff --git a/docs/manual/mod/mod_macro.xml.meta b/docs/manual/mod/mod_macro.xml.meta
    index 2e26ebcdf4..5454b3cb28 100644
    --- a/docs/manual/mod/mod_macro.xml.meta
    +++ b/docs/manual/mod/mod_macro.xml.meta
    @@ -8,6 +8,6 @@
     
       
         en
    -    fr
    +    fr
       
     
    diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr
    index ae3803f38e..c71913d5c1 100644
    --- a/docs/manual/mod/mod_rewrite.xml.fr
    +++ b/docs/manual/mod/mod_rewrite.xml.fr
    @@ -1,7 +1,7 @@
     
     
     
    -
    +
     
     
     
    diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta
    index decc0a7b1e..0be21e86f4 100644
    --- a/docs/manual/mod/mod_rewrite.xml.meta
    +++ b/docs/manual/mod/mod_rewrite.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 de10f04b7d..6a3a21ee4b 100644
    --- a/docs/manual/mod/quickreference.html.en
    +++ b/docs/manual/mod/quickreference.html.en
    @@ -461,8 +461,8 @@ of the index listing
     HeartbeatListenaddr:portsXmulticast address to listen for incoming heartbeat requests 
     HeartbeatMaxServers number-of-servers 10 sXSpecifies the maximum number of servers that will be sending 
     heartbeat requests to this server
    -HeartbeatStorage file-path logs/hb.dat sXPath to read heartbeat data
    -HeartbeatStorage file-path logs/hb.dat sXPath to store heartbeat data
    +HeartbeatStorage file-path logs/hb.dat sXPath to store heartbeat data
    +HeartbeatStorage file-path logs/hb.dat sXPath to read heartbeat data
     HostnameLookups On|Off|Double Off svdCEnables DNS lookups on client IP addresses
     IdentityCheck On|Off Off svdEEnables logging of the RFC 1413 identity of the remote
     user
    -- 
    2.40.0