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

svn commit: r1516936 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: jim
Date: Fri Aug 23 17:17:07 2013
New Revision: 1516936

URL: http://svn.apache.org/r1516936
Log:
Change docs... will likely also need to change when we
formalize a better "encoding" for paths, but...

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1516936&r1=1516935&r2=1516936&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Fri Aug 23 17:17:07 2013
@@ -807,9 +807,9 @@ expressions</description>
     <directive>ProxyPass</directive>.</note>
 
     <p>Support for using a Unix Domain Socket is available by using a target
-    of <code>socket=percent-encoded-path</code>. For example, to target the
+    of <code>uds=percent-encoded-path</code>. For example, to target the
     UDS at /home/www/socket you would use
-    <code>http://socket=%2Fhome%2Fwww%2Fsocket</code></p>
+    <code>http://uds=%2Fhome%2Fwww%2Fsocket</code></p>
 
     <p>Suppose the local server has address <code>http://example.com/</code>;
     then</p>