From 7cdb40fe6e1a157eeba9449ec1cee82bebe21adb Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 9 Feb 2015 20:18:30 +0000 Subject: [PATCH] compatibility info for UDS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1658562 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 2c795a55b6..6e18d904a3 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -182,6 +182,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> @@ -840,6 +841,7 @@ expressions [key=value ...]] [nocanon] [interpolate] [noquery] server configvirtual host directory +Unix Domain Socket (UDS) support added in 2.4.7 @@ -859,7 +861,7 @@ expressions 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.50.1