]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change docs... will likely also need to change when we
authorJim Jagielski <jim@apache.org>
Fri, 23 Aug 2013 17:17:07 +0000 (17:17 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 23 Aug 2013 17:17:07 +0000 (17:17 +0000)
formalize a better "encoding" for paths, but...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516936 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 5a1ab09db45f182742aa12ba0b05af35a72d0d3f..08afa84d33cc295960a23bbb119013253bf84f3f 100644 (file)
@@ -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>