]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRichard Bowen <rbowen@apache.org>
Tue, 10 Sep 2013 02:06:19 +0000 (02:06 +0000)
committerRichard Bowen <rbowen@apache.org>
Tue, 10 Sep 2013 02:06:19 +0000 (02:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1521346 13f79535-47bb-0310-9956-ffa450edef68

15 files changed:
docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.xml.fr
docs/manual/mod/mod_headers.xml.ja
docs/manual/mod/mod_headers.xml.ko
docs/manual/mod/mod_ldap.html.en
docs/manual/mod/mod_ldap.xml
docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml.meta
docs/manual/mod/mod_proxy_express.html.en
docs/manual/mod/mod_proxy_fcgi.html.en
docs/manual/mod/quickreference.html.en
docs/manual/new_features_2_4.html.en
docs/manual/new_features_2_4.xml.fr
docs/manual/new_features_2_4.xml.meta
docs/manual/new_features_2_4.xml.tr

index 68c8c6ec4e4afcd247ff0ab379f497c9c1144c95..df74db7fe451ebf937422b083c50c2a770620faf 100644 (file)
@@ -216,7 +216,7 @@ Header merge Cache-Control no-store env=NO_STORE
 <div class="directive-section"><h2><a name="Header" id="Header">Header</a> <a name="header" id="header">Directive</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure HTTP response headers</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Header [<var>condition</var>] add|append|echo|edit|edit*|merge|set|unset
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Header [<var>condition</var>] add|append|echo|edit|edit*|merge|set|unset|note
 <var>header</var> [<var>value</var>] [<var>replacement</var>]
 [early|env=[!]<var>variable</var>]|expr=<var>expression</var>]
 </code></td></tr>
@@ -315,6 +315,13 @@ Header merge Cache-Control no-store env=NO_STORE
     <dd>The response header of this name is removed, if it exists.
     If there are multiple headers of the same name, all will be
     removed. <var>value</var> must be omitted.</dd>
+
+    <dt><code>note</code></dt>
+    <dd>The value of the named response <var>header</var> is copied into an
+    internal note whose name is given by <var>value</var>.  This is useful
+    if a header sent by a CGI or proxied resource is configured to be unset
+    but should also be logged.</dd>
+
     </dl>
 
     <p>This argument is followed by a <var>header</var> name, which
index 647c21ed03f53c571403032ac37b1b0d7a12459d..631d1e93d194050e54f584bfb9f3cffd1ca4e8c0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1389569:1496338 (outdated) -->
+<!-- English Revision: 1389569:1520908 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index a139de72d2e633cb76af09a4e5779c4486013f5c..7ad7db2bf6bf6e0f9a6da20b3cd7a9786f08d30b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:1496338 (outdated) -->
+<!-- English Revision: 151408:1520908 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 40e20a5f45fcb9833a186c1ec4cb27a9b731cb34..06756d51f5109f365ad59e2e4a0621c8fbe9093c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1496338 (outdated) -->
+<!-- English Revision: 151408:1520908 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 2b93a382ca3320547e6beb1e3cec790d76c2ea1c..e93d9848fc99d7cc641c974c247d6653e08f737d 100644 (file)
@@ -622,7 +622,8 @@ valid</td></tr>
     explicitly configures the referral chasing in the underlying SDK.</p> 
     
   
-    <p><code class="directive">LDAPReferrals</code> takes the takes the following values:
+    <p><code class="directive">LDAPReferrals</code> takes the takes the following values:</p>
+
     <dl>
      <dt>"on"</dt>
      <dd> <p> When set to "on", the underlying SDK's referral chasing state
@@ -638,7 +639,6 @@ valid</td></tr>
               used to overide the SDK's hop limit, and no LDAP rebind callback is 
               registered.</p></dd>
     </dl>
-    </p>
 
     <p> The directive <code>LDAPReferralHopLimit</code> works in conjunction with
     this directive to limit the number of referral hops to follow before terminating the LDAP query.
index 2714b44623add8e90d68807aaf70797e6c38aa4f..8cb27f02d9390a75c17b619d076a46cf6a26426c 100644 (file)
@@ -522,7 +522,8 @@ valid</description>
     explicitly configures the referral chasing in the underlying SDK.</p> 
     
   
-    <p><directive>LDAPReferrals</directive> takes the takes the following values:
+    <p><directive>LDAPReferrals</directive> takes the takes the following values:</p>
+
     <dl>
      <dt>"on"</dt>
      <dd> <p> When set to "on", the underlying SDK's referral chasing state
@@ -538,7 +539,6 @@ valid</description>
               used to overide the SDK's hop limit, and no LDAP rebind callback is 
               registered.</p></dd>
     </dl>
-    </p>
 
     <p> The directive <code>LDAPReferralHopLimit</code> works in conjunction with
     this directive to limit the number of referral hops to follow before terminating the LDAP query.
index fd3e4314ecd2ee5f978ced0f6215cdf4c95da708..ad72b1bc41b27deb01e760a62e2f316c0eb3b8e2 100644 (file)
@@ -1054,6 +1054,17 @@ r.date_parse_rfc(string) -- Parses a date/time string and returns seconds since
 </pre>
 
 
+<pre class="prettyprint lang-lua">
+r:getcookie(key) -- Gets a HTTP cookie
+</pre>
+
+
+<pre class="prettyprint lang-lua">
+r:setcookie(key, value, secure, expires) -- Sets a HTTP cookie, for instance:
+r:setcookie("foo", "bar and stuff", false, os.time() + 86400)
+</pre>
+
+
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="logging" id="logging">Logging Functions</a></h2>
index 8fc1a0efdf34e8b8870065a1ce5d7c523d3f652c..b55c7710e95c9f695fe435d176007bdf28716825 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
   </variants>
 </metafile>
index 82856872d99bcbcc27864fec645a52645f427d32..c85a7bbef0df44df79efa4714deaa28c9fbdfbb1 100644 (file)
         </code></p></div>
 
       <div class="example"><h3>Configuration</h3><p><code>
+        ProxyExpressEnable on<br />
         ProxyExpressDBMFile emap<br />
         </code></p></div>
     </div>
index f84809b8997ade8225d2f5c40588e3764f97c850..1feedb535a7a48e41a8c56db1ecdb9d196373ce3 100644 (file)
     <p>Unlike <a href="http://httpd.apache.org/mod_fcgid/">mod_fcgid</a>
     and <a href="http://www.fastcgi.com/">mod_fastcgi</a>,
     <code class="module"><a href="../mod/mod_proxy_fcgi.html">mod_proxy_fcgi</a></code> has no provision for starting the
-    application process; <code class="program"><a href="../programs/fcgistarter.html">fcgistarter</a></code> is provided for
-    that purpose.</p>
+    application process; <code class="program"><a href="../programs/fcgistarter.html">fcgistarter</a></code> is provided
+    (on some platforms) for that purpose. Alternatively, external launching
+    or process management may be available in the FastCGI application
+    framework in use.</p>
 
     <div class="warning"><h3>Warning</h3>
       <p>Do not enable proxying until you have <a href="mod_proxy.html#access">secured your server</a>. Open proxy
index 0434e92e091b9718a7e82d5568f32b7580450aa7..68fd6906b6ac2809badd615214f23b60d3a773a7 100644 (file)
@@ -467,7 +467,7 @@ media type in the HTTP Content-Type header field</td></tr>
 will exit.</td></tr>
 <tr><td><a href="mod_unixd.html#group">Group <var>unix-group</var></a></td><td> #-1 </td><td>s</td><td>B</td></tr><tr><td class="descr" colspan="4">Group under which the server will answer
 requests</td></tr>
-<tr class="odd"><td><a href="mod_headers.html#header" id="H" name="H">Header [<var>condition</var>] add|append|echo|edit|edit*|merge|set|unset
+<tr class="odd"><td><a href="mod_headers.html#header" id="H" name="H">Header [<var>condition</var>] add|append|echo|edit|edit*|merge|set|unset|note
 <var>header</var> [<var>value</var>] [<var>replacement</var>]
 [early|env=[!]<var>variable</var>]|expr=<var>expression</var>]
 </a></td><td></td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Configure HTTP response headers</td></tr>
index 87599415a66655a2aae61b4c6515f9a366761ea8..319f6adc1dbec10508e41881e9895ffbdf581655 100644 (file)
       to edit the response body with the full power of sed.</dd>
 
       <dt><code class="module"><a href="./mod/mod_auth_form.html">mod_auth_form</a></code></dt>
-      <dd>Allows to do form-based authentication.</dd>
+      <dd>Enables form-based authentication.</dd>
 
       <dt><code class="module"><a href="./mod/mod_session.html">mod_session</a></code></dt>
-      <dd>Allows to keep session state for clients, using cookie or
+      <dd>Enables the use of session state for clients, using cookie or
       database storage.</dd>
 
       <dt><code class="module"><a href="./mod/mod_allowmethods.html">mod_allowmethods</a></code></dt>
       for configuration and small business logic functions. (Experimental)</dd>
 
       <dt><code class="module"><a href="./mod/mod_log_debug.html">mod_log_debug</a></code></dt>
-      <dd>Allows to add customizable debug logging at different phases of the
+      <dd>Allows the addition of customizable debug logging at different phases of the
       request processing.</dd>
 
       <dt><code class="module"><a href="./mod/mod_buffer.html">mod_buffer</a></code></dt>
           <code class="directive"><a href="./mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> to
           simplify common rewriting scenarios.</dd>
       <dd>Adds the possibility to use complex boolean expressions in <code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code>.</dd>
-      <dd>Allows to use SQL queries as <code class="directive"><a href="./mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> functions.</dd>
+      <dd>Allows the use of SQL queries as <code class="directive"><a href="./mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> functions.</dd>
 
       <dt><code class="module"><a href="./mod/mod_ldap.html">mod_ldap</a></code>, <code class="module"><a href="./mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code></dt>
       <dd><code class="module"><a href="./mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code> adds support for nested groups.</dd>
index 93677f756d8a33831675611bbd4f3d51893dec25..3698382fbd715c31a298e7f7d7475596235b195c 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1426599 -->
+<!-- English Revision: 1426599:1521342 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 065a31a35c286438bec685525c7f58037a1ddf19..a21942ca60a497ea95e348ffd874747319b109ed 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index da452ae76ee6813bed8abf79b95e66ca6966d1f4..0e32de38cd66686b82d35f8b3a46112031233b77 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
-<!-- English Revision: 1291834:1426599 (outdated) -->
+<!-- English Revision: 1291834:1521342 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>