You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/10/17 20:23:52 UTC

svn commit: r1533198 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.html.en mod_proxy.xml.fr mod_proxy.xml.ja

Author: rbowen
Date: Thu Oct 17 18:23:51 2013
New Revision: 1533198

URL: http://svn.apache.org/r1533198
Log:
Rebuild doc.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.ja

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=1533198&r1=1533197&r2=1533198&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en Thu Oct 17 18:23:51 2013
@@ -996,12 +996,9 @@ through</td></tr>
     <p>Support for using a Unix Domain Socket is available by using a target
     which prepends <code>unix:/path/lis.sock|</code>. For example, to proxy
     HTTP and target the UDS at /home/www/socket you would use
-    <code>unix:/home/www.socket|http://localhost/</code>.</p>
+    <code>unix:/home/www.socket|http://localhost/whatever/</code>.</p>
 
-    <div class="note"><strong>Note: </strong>When using Unix Domain Sockets, the hostname and path
-    associated with the 2nd URL (<code>http://localhost/</code> in the above
-    example) is ignored; only the scheme is significant.
-    The path associated with the <code>unix:</code>
+    <div class="note"><strong>Note:</strong> The path associated with the <code>unix:</code>
     URL is <code class="directive">DefaultRuntimeDir</code> aware.</div>
 
     <p>Suppose the local server has address <code>http://example.com/</code>;

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=1533198&r1=1533197&r2=1533198&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.fr Thu Oct 17 18:23:51 2013
@@ -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: 1531340:1532816 (outdated) -->
+<!-- English Revision: 1531340:1533154 (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=1533198&r1=1533197&r2=1533198&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] Thu Oct 17 18:23:51 2013
@@ -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:1532816 (outdated) -->
+<!-- English Revision: 344971:1533154 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more