From: Eric Covener
Date: Mon, 9 Feb 2015 20:18:43 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.4.13~435
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8212279671a4e2c0e1882f46173828590d4bc339;p=apache
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1658563 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index db6752d51d..0bf2733353 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/
.