]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Mon, 9 Feb 2015 20:18:43 +0000 (20:18 +0000)
committerEric Covener <covener@apache.org>
Mon, 9 Feb 2015 20:18:43 +0000 (20:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1658563 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en

index db6752d51d9d9a37f34bd19fd3c2cfcd4f96c34d..0bf27333533b7c99e247b4beb92f6881df7baa6c 100644 (file)
@@ -224,6 +224,7 @@ ProxyVia On
       </p>
 
       <div class="example"><h3>Reverse Proxy PHP scripts</h3><pre class="prettyprint lang-config">&lt;FilesMatch \.php$&gt;
+    # Unix sockets require 2.4.7 or later
     SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
 &lt;/FilesMatch&gt;</pre>
 </div>
@@ -976,7 +977,7 @@ through</td></tr>
     usually be set <strong>off</strong> when using
     <code class="directive">ProxyPass</code>.</div>
 
-    <p>Support for using a Unix Domain Socket is available by using a target
+    <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
     <code>unix:/home/www.socket|http://localhost/whatever/</code>.</p>