]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Fri, 26 Jul 2013 14:34:06 +0000 (14:34 +0000)
committerEric Covener <covener@apache.org>
Fri, 26 Jul 2013 14:34:06 +0000 (14:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1507336 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_env.html.en
docs/manual/mod/mod_env.xml.ja
docs/manual/mod/mod_env.xml.ko
docs/manual/mod/mod_env.xml.tr
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy_http.html.en
docs/manual/mod/mod_proxy_http.xml.fr
docs/manual/mod/mod_proxy_http.xml.ja
docs/manual/mod/mod_proxy_http.xml.meta
docs/manual/mod/quickreference.html.en

index 1d1d42fde4c9b1716cde95224d03fbee9ccf072e..a608c23a7f129896d884d6161848c8ed1a07b03f 100644 (file)
@@ -720,6 +720,21 @@ Require group <em>mygroupfile</em>
     properly protected. You should only use the <code class="directive"><a href="#authldapbinddn">AuthLDAPBindDN</a></code> and <code class="directive"><a href="#authldapbindpassword">AuthLDAPBindPassword</a></code> if you
     absolutely need them to search the directory.</p> 
 
+    <p>If the value begins with exec: the resulting command will be
+    executed and the first line returned to standard output by the
+    program will be used as the password.</p>
+<div class="example"><pre>
+#Password used as-is
+AuthLDAPBindPassword secret
+
+#Run /path/to/program to get my password
+AuthLDAPBindPassword exec:/path/to/program
+
+#Run /path/to/otherProgram and provide arguments
+AuthLDAPBindPassword "exec:/path/to/otherProgram argument1"
+</pre></div>
+
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="AuthLDAPCharsetConfig" id="AuthLDAPCharsetConfig">AuthLDAPCharsetConfig</a> <a name="authldapcharsetconfig" id="authldapcharsetconfig">Directive</a></h2>
index 3332c4f1d19cfe942508c75f4e457e7f630e13b3..e4999a143ff4238d20c272e3c07df339b6e31b81 100644 (file)
@@ -81,7 +81,7 @@ SSI pages</td></tr>
 <div class="directive-section"><h2><a name="SetEnv" id="SetEnv">SetEnv</a> <a name="setenv" id="setenv">Directive</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets environment variables</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SetEnv <var>env-variable</var> <var>value</var></code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SetEnv <var>env-variable</var> [<var>value</var>]</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
@@ -93,6 +93,9 @@ SSI pages</td></tr>
     <div class="example"><h3>Example</h3><p><code>
       SetEnv SPECIAL_PATH /foo/bin
     </code></p></div>
+    <p> If you omit the <var>value</var> argument, the variable is set to
+    an empty string.</p>
 
     <div class="note"><p>The internal environment variables set by this directive are set
     <em>after</em> most early request processing directives are run, such as access
index 8815f430c2cf88bbc3d0e3f6434660233e0ce068..0c2d1f5f32811d19440a8465a986cb2b7bcc8d56 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: 421100:1479257 (outdated) -->
+<!-- English Revision: 421100:1507323 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d4b2565086817e7cbeccd3c2d0fb2d03e136f41a..425d6f36619d684c175d2e4e835c2631bddf81c4 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: 105989:1479257 (outdated) -->
+<!-- English Revision: 105989:1507323 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 00dac5e1025c62e186049f6339789ace8602bd09..5df825d03f58ff55d9dd1a01e10ede400704def3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1040519:1479257 (outdated) -->
+<!-- English Revision: 1040519:1507323 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index b6476e5860c928ffa0a753b3ac7604ac9ec59c8a..b96490899e264d6c6fbbaab880325f8e873b7763 100644 (file)
@@ -1161,6 +1161,13 @@ through</td></tr>
         in the list. Worker recovery behaves the same as other worker errors.
         Available with Apache HTTP Server 2.2.17 and later.
     </td></tr>
+    <tr><td>failontimeout</td>
+        <td>Off</td>
+        <td>If set, an IO read timeout after a request is sent to the backend will
+        force the worker into error state. Worker recovery behaves the same as other
+        worker errors.
+        Available with Apache HTTP Server 2.2.25 and later.
+    </td></tr>
     <tr><td>forcerecovery</td>
         <td>On</td>
         <td>Force the immediate recovery of all workers without considering the
index f256f6d1dba6d46fee373ebae82bd8dbdcb9c3b8..170c9b7673b18632e352181ca9f6a1a5196453bd 100644 (file)
@@ -69,7 +69,8 @@
     <p>In addition to the configuration directives that control the
     behaviour of <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>, there are a number of
     <dfn>environment variables</dfn> that control the HTTP protocol
-    provider:</p>
+    provider. Environment variables below that don't specify specific values
+    are enabled when set to any value.</p>
     <dl>
         <dt>proxy-sendextracrlf</dt>
         <dd>Causes proxy to send an extra CR-LF newline on the end of a
index 742e344cd8e9601a3f2d62c47979141fec661f48..8fd9751e1852b8a4edf30a52e892784bf83002b4 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 : 910322 -->
+<!-- English Revision: 910322:1507329 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 821139067033a9c7065ada20d9ed54fad980c3c1..2943839f0d72235f7593c1e706bdb8b8d8fde294 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.en.xsl"?>
-<!-- English Revision: 910322 -->
+<!-- English Revision: 910322:1507329 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 26cc8cddb9bc02a726858fc2ccfbcbf2d47ad4ef..147125b828f49eecb36050aa7d554dc60ace122c 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">fr</variant>
+    <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index 6b6ddc0aa0582aa50bbf9b58b67fc8a85ccd6ac7..434c16f7b3942b4572efdbc710f37592f31f4410 100644 (file)
@@ -664,7 +664,7 @@ is accessed by an incompatible browser</td></tr>
 <tr><td><a href="core.html#serversignature">ServerSignature On|Off|EMail</a></td><td> Off </td><td>svdh</td><td>C</td></tr><tr><td class="descr" colspan="4">Configures the footer on server-generated documents</td></tr>
 <tr class="odd"><td><a href="core.html#servertokens">ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full</a></td><td> Full </td><td>s</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Configures the <code>Server</code> HTTP response
 header</td></tr>
-<tr><td><a href="mod_env.html#setenv">SetEnv <var>env-variable</var> <var>value</var></a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets environment variables</td></tr>
+<tr><td><a href="mod_env.html#setenv">SetEnv <var>env-variable</var> [<var>value</var>]</a></td><td></td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets environment variables</td></tr>
 <tr class="odd"><td><a href="mod_setenvif.html#setenvif">SetEnvIf <em>attribute
     regex [!]env-variable</em>[=<em>value</em>]
     [[!]<em>env-variable</em>[=<em>value</em>]] ...</a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Sets environment variables based on attributes of the request