From 8212279671a4e2c0e1882f46173828590d4bc339 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 9 Feb 2015 20:18:43 +0000 Subject: [PATCH] xforms 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index db6752d51d9..0bf27333533 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -224,6 +224,7 @@ ProxyVia On

Reverse Proxy PHP scripts

<FilesMatch \.php$>
+    # Unix sockets require 2.4.7 or later
     SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
 </FilesMatch>
@@ -976,7 +977,7 @@ through usually be set off when using ProxyPass. -

Support for using a Unix Domain Socket is available by using a target +

In 2.4.7 and later, support for using a Unix Domain Socket is available by using a target which prepends unix:/path/lis.sock|. For example, to proxy HTTP and target the UDS at /home/www/socket you would use unix:/home/www.socket|http://localhost/whatever/.

-- 2.47.2