]> granicus.if.org Git - apache/commitdiff
Generated doc changes
authorMike Rumph <mrumph@apache.org>
Mon, 24 Aug 2015 15:41:44 +0000 (15:41 +0000)
committerMike Rumph <mrumph@apache.org>
Mon, 24 Aug 2015 15:41:44 +0000 (15:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697440 13f79535-47bb-0310-9956-ffa450edef68

13 files changed:
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.meta
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/mod_proxy.xml.meta
docs/manual/mod/mod_substitute.html.en
docs/manual/mod/quickreference.html.en

index 5583083dc57a3c66663a17aaf40cc718c1ee5177..99fd03326d8267474bf413ad6e71f91909e08c88 100644 (file)
@@ -3697,11 +3697,11 @@ directory</td></tr>
         <p>It is safe to specify protocols that are unavailable/disabled. Such
         protocol names will simply be ignored.</p>
         
-        <p>Protocols specified in base servers and virtual hosts are concatenated
-            by appending the base ones, if there are configured protocols,
-            to the virtual host ones. Since protocols such as HTTP/2 allow
-            connection reuse under certain conditions, restricting protocols for
-            individual virtual hosts might not work as you expect it to.</p>
+        <p>Protocols specified in base servers are inherited for virtual hosts 
+            only if the virtual host has no own Protocols directive. Or, the other
+            way around, Protocols directives in virtual hosts replace any
+            such directive in the base server.
+        </p>
 
     
 <h3>See also</h3>
index 38fceb325100ebf3da2ac138da3303281f64f59a..8735c9d3a09a0f4abba12d2e4ece5b78197d51b8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1695727 (outdated) -->
+<!-- English Revision: 344972:1697339 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0c1e045f06b0844a8d8883102af39919785793dc..0ef3f49a8569bb4ed905ee5a431c8c224150b22f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1695727 (outdated) -->
+<!-- English Revision: 1040494:1697339 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 66d1f0b52f2ca86b79de8dd5a6da9779c82f5a77..ec706eba40f1e3524c335de4f873db15f39f0e93 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: 1695727 -->
+<!-- English Revision: 1695727:1697339 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 397b85207cf9c0eab1be0b2bf3ef5c9b06776e4f..599d8a02c5f36b221fcecf8be6ebcec2d55e583a 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: 669847:1695727 (outdated) -->
+<!-- English Revision: 669847:1697339 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e78755527afd76e79a93204836e49a52f246c2bf..b9d96ee4c52f9b48a91a39e026f2df4b34b47a06 100644 (file)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 0cf05f617ad4286202ddd7d2823caa6c977f2f75..1e1ecbf3f60fdd0246ecbce99baf8dd7a2156b63 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: 1302855:1695727 (outdated) -->
+<!-- English Revision: 1302855:1697339 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 7b30cedb93e35dd5273f728f99a17e7e0144ac4f..76dd493abef7b4f7406f4c7c6780d19b0446986d 100644 (file)
@@ -496,6 +496,8 @@ ProxyPass "/examples" "http://backend.example.com/examples" timeout=10</pre>
     Balancers available for a virtualhost in addition to the
     number pre-configured. It only takes effect if there is at
     least one pre-configured Balancer.</p>
+    <div class="warning">If/when the growth potential is reached, it is not
+    possible to configure a new balancer or the next restart would fail.</div>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -1398,6 +1400,10 @@ ProxyPass "/mirror/foo"   "http://backend.example.com"</pre>
         <td>0</td>
         <td>Number of additional BalancerMembers to allow to be added
         to this balancer in addition to those defined at configuration.
+    <div class="warning"><h3>Note</h3>
+        <p>If/when the growth potential is reached, it is not possible to
+        configure a new BalancerMember or the next restart would fail.</p>
+    </div>
     </td></tr>
     <tr><td>forcerecovery</td>
         <td>On</td>
index 3b512b64b00127a43c4fc68623091343231875ce..3218f6f4c7c0fd8162e001b590ed132529db5f88 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: 1696622 -->
+<!-- English Revision: 1696622:1697352 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 3e0767d8e6a353772b527baf236240954c2604aa..6628e5c243b569cf20062c5088efe2976abf1986 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: 344971:1696622 (outdated) -->
+<!-- English Revision: 344971:1697352 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 38a79fdda73051e6f035124b21c4af3bff8e6129..f0185375d448127624a8715f7540d52668653323 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index a0ce775e6a6ed75299c435177b82b0ec2dc2029a..37119b6465b9921f52dbf1994487ad9e2d50e388 100644 (file)
@@ -134,7 +134,7 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"<
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Change the merge order of inherited patterns</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>SubstituteInheritBefore on|off</code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SubstituteInheritBefore off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>SubstituteInheritBefore on</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>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>Extension</td></tr>
@@ -144,9 +144,9 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"<
     <p>Whether to apply the inherited <code class="directive">Substitute</code>
     patterns first (<code>on</code>), or after the ones of the current
     context (<code>off</code>).
-    The former was the default in versions 2.4 and earlier, but changed
+    The latter was the default in versions 2.4 and earlier, but changed
     starting with 2.5, hence <code class="directive">SubstituteInheritBefore</code>
-    set to <code>on</code> allows to restore the legacy behaviour.
+    set to <code>off</code> allows to restore the legacy behaviour.
     <code class="directive">SubstituteInheritBefore</code> is itself inherited,
     hence contexts that inherit it (those that don't specify their own
     <code class="directive">SubstituteInheritBefore</code> value) will apply the
index 8f8ee6b08b25330031f75c34da0642bc7fcdc126..853f5e6b219090a79f92b5a8dc8a62b6e1b9b5fa 100644 (file)
@@ -1090,7 +1090,7 @@ Certificate verification</td></tr>
 <tr><td><a href="mpm_common.html#startservers">StartServers <var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Number of child server processes created at startup</td></tr>
 <tr class="odd"><td><a href="mpm_common.html#startthreads">StartThreads <var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Number of threads created on startup</td></tr>
 <tr><td><a href="mod_substitute.html#substitute">Substitute <var>s/pattern/substitution/[infq]</var></a></td><td></td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Pattern to filter the response content</td></tr>
-<tr class="odd"><td><a href="mod_substitute.html#substituteinheritbefore">SubstituteInheritBefore on|off</a></td><td> off </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Change the merge order of inherited patterns</td></tr>
+<tr class="odd"><td><a href="mod_substitute.html#substituteinheritbefore">SubstituteInheritBefore on|off</a></td><td> on </td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Change the merge order of inherited patterns</td></tr>
 <tr><td><a href="mod_substitute.html#substitutemaxlinelength">SubstituteMaxLineLength <var>bytes</var>(b|B|k|K|m|M|g|G)</a></td><td> 1m </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Set the maximum line size</td></tr>
 <tr class="odd"><td><a href="mod_unixd.html#suexec">Suexec On|Off</a></td><td></td><td>s</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Enable or disable the suEXEC feature</td></tr>
 <tr><td><a href="mod_suexec.html#suexecusergroup">SuexecUserGroup <em>User Group</em></a></td><td></td><td>sv</td><td>E</td></tr><tr><td class="descr" colspan="4">User and group for CGI programs to run as</td></tr>