You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2015/01/02 12:43:00 UTC

svn commit: r1649002 - in /httpd/httpd/trunk/docs/manual: mod/ style/ style/xsl/util/

Author: rjung
Date: Fri Jan  2 11:42:59 2015
New Revision: 1649002

URL: http://svn.apache.org/r1649002
Log:
Xforms.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml.ja
    httpd/httpd/trunk/docs/manual/style/description.xml
    httpd/httpd/trunk/docs/manual/style/lang-targets.xml
    httpd/httpd/trunk/docs/manual/style/manual.da.xsl
    httpd/httpd/trunk/docs/manual/style/manual.de.xsl
    httpd/httpd/trunk/docs/manual/style/manual.en.xsl
    httpd/httpd/trunk/docs/manual/style/manual.es.xsl
    httpd/httpd/trunk/docs/manual/style/manual.fr.xsl
    httpd/httpd/trunk/docs/manual/style/manual.ja.xsl
    httpd/httpd/trunk/docs/manual/style/manual.ko.xsl
    httpd/httpd/trunk/docs/manual/style/manual.pt-br.xsl
    httpd/httpd/trunk/docs/manual/style/manual.ru.xsl
    httpd/httpd/trunk/docs/manual/style/manual.tr.xsl
    httpd/httpd/trunk/docs/manual/style/manual.zh-cn.xsl
    httpd/httpd/trunk/docs/manual/style/xsl/util/allmodules.xml
    httpd/httpd/trunk/docs/manual/style/xsl/util/designations.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en Fri Jan  2 11:42:59 2015
@@ -714,6 +714,17 @@ NoProxy         .example.com 192.168.112
 &lt;/Proxy&gt;</pre>
 
 
+    <p>The next example will allow web clients from the specified IP
+    addresses to issue <code>CONNECT</code> requests to access the
+    <code>https://www.example.com/</code> SSL server, if
+    <code class="module"><a href="../mod/mod_proxy_connect.html">mod_proxy_connect</a></code> is enabled.
+    </p>
+
+   <pre class="prettyprint lang-config">&lt;Proxy www.example.com:443&gt;
+  Require ip 192.168.0.0/16
+&lt;/Proxy&gt;</pre>
+
+
     <div class="note"><h3>Differences from the Location configuration section</h3>
       <p>A backend URL matches the configuration section if it begins with the 
       the <var>wildcard-url</var> string, even if the last path segment in the

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr Fri Jan  2 11:42:59 2015
@@ -28,6 +28,8 @@
 <a href="../fr/mod/mod_proxy.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_proxy.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Serveur mandataire/passerelle multi-protocole</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur de Module:</a></th><td>proxy_module</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr Fri Jan  2 11:42:59 2015
@@ -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: 1647009 -->
+<!-- English Revision: 1647009:1648846 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja [utf-8] Fri Jan  2 11:42:59 2015
@@ -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:1647009 (outdated) -->
+<!-- English Revision: 344971:1648846 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.meta?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.meta Fri Jan  2 11:42:59 2015
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.html.en Fri Jan  2 11:42:59 2015
@@ -155,11 +155,7 @@ ProxyPassReverse /apps/foo http://www.ex
 <h2><a name="basppacketstruct" id="basppacketstruct">Basic Packet Structure</a></h2>
     <p>There is a bit of an XDR heritage to this protocol, but it differs
     in lots of ways (no 4 byte alignment, for example).</p>
-    <p>Byte order: I am not clear about the endian-ness of the individual
-    bytes.  I'm guessing the bytes are little-endian, because that's what
-    XDR specifies, and I'm guessing that sys/socket library is magically
-    making that so (on the C side).  If anyone with a better knowledge of
-    socket calls can step in, that would be great.</p>
+    <p>AJP13 uses network byte order for all data types.</p>
     <p>There are four data types in the protocol: bytes, booleans,
     integers and strings.</p>
     <dl>
@@ -572,9 +568,9 @@ AJP13_GET_BODY_CHUNK :=
   
   <h3>End Response</h3>
     <p>Signals the end of this request-handling cycle.  If the
-    <code>reuse</code> flag is true <code>(==1)</code>, this TCP connection can
-    now be used to handle new incoming requests.  If <code>reuse</code> is false
-    (anything other than 1 in the actual C code), the connection should
+    <code>reuse</code> flag is true <code>(anything other than 0 in the actual
+    C code)</code>, this TCP connection can now be used to handle new incoming
+    requests.  If <code>reuse</code> is false (==0), the connection should
     be closed.</p>
   
   <h3>Get Body Chunk</h3>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_ajp.xml.ja [utf-8] Fri Jan  2 11:42:59 2015
@@ -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: 669473:1596962 (outdated) -->
+<!-- English Revision: 669473:1649001 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.html.en?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.html.en Fri Jan  2 11:42:59 2015
@@ -76,6 +76,18 @@
         <dt>proxy-source-port</dt>
         <dd>The local port used for the connection to the backend server.</dd>
     </dl>
+
+   <p>CONNECT method requests are controlled by the
+   <code class="directive"><a href="../mod/mod_proxy.html#proxy">Proxy</a></code> block
+   as any other HTTP request going through.
+   SSL connections through a proxy may be filtered explicitely
+   by specifying the target host and port, for instance:
+   </p>
+
+   <pre class="prettyprint lang-config">&lt;Proxy www.example.com:443&gt;
+  Require ip 192.168.0.0/16
+&lt;/Proxy&gt;</pre>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="AllowCONNECT" id="AllowCONNECT">AllowCONNECT</a> <a name="allowconnect" id="allowconnect">Directive</a></h2>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml.ja?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml.ja [utf-8] Fri Jan  2 11:42:59 2015
@@ -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: 894522:1560683 (outdated) -->
+<!-- English Revision: 894522:1648846 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/style/description.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/description.xml?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/description.xml (original)
+++ httpd/httpd/trunk/docs/manual/style/description.xml Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/lang-targets.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/lang-targets.xml?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/lang-targets.xml (original)
+++ httpd/httpd/trunk/docs/manual/style/lang-targets.xml Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.da.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.da.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.da.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.da.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.de.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.de.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.de.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.de.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.en.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.en.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.en.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.en.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.es.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.es.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.es.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.es.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.fr.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.fr.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.fr.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.fr.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.ja.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.ja.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.ja.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.ja.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.ko.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.ko.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.ko.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.ko.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.pt-br.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.pt-br.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.pt-br.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.pt-br.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.ru.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.ru.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.ru.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.ru.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.tr.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.tr.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.tr.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.tr.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/manual.zh-cn.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/manual.zh-cn.xsl?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/manual.zh-cn.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/manual.zh-cn.xsl Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="utf-8"?>
-
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: httpd/httpd/trunk/docs/manual/style/xsl/util/allmodules.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/util/allmodules.xml?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/xsl/util/allmodules.xml (original)
+++ httpd/httpd/trunk/docs/manual/style/xsl/util/allmodules.xml Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<items>
+<?xml version="1.0" encoding="utf-8"?><items>
 <item lang="da">../../../mod/allmodules.xml.da</item>
 <item lang="de">../../../mod/allmodules.xml.de</item>
 <item lang="en">../../../mod/allmodules.xml</item>

Modified: httpd/httpd/trunk/docs/manual/style/xsl/util/designations.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/util/designations.xml?rev=1649002&r1=1649001&r2=1649002&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/xsl/util/designations.xml (original)
+++ httpd/httpd/trunk/docs/manual/style/xsl/util/designations.xml Fri Jan  2 11:42:59 2015
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<items>
+<?xml version="1.0" encoding="utf-8"?><items>
 <item charset="ISO-8859-1" lang="da">.html.da</item>
 <item charset="ISO-8859-1" lang="de">.html.de</item>
 <item charset="ISO-8859-1" lang="en">.html.en</item>