]> granicus.if.org Git - apache/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 11 Jan 2019 21:24:47 +0000 (21:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 11 Jan 2019 21:24:47 +0000 (21:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851100 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index bcd4abc96dcdacdd48e3b0bbb5fc4a9f0acc1a63..64c27c9a2a7bb1c083c5b7d50f96ad02e0de71c4 100644 (file)
@@ -908,7 +908,7 @@ expressions</description>
 
     <p>In 2.4.7 and later, 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
+    HTTP and target the UDS at /home/www.socket, you would use
     <code>unix:/home/www.socket|http://localhost/whatever/</code>. Since
     the socket is local, the hostname used (in this case <code>localhost</code>)
     is moot, but it is passed as the Host: header value of the request.</p>