From: Jim Jagielski Date: Tue, 18 Jul 2017 21:00:14 +0000 (+0000) Subject: UDS does support reuse X-Git-Tag: 2.5.0-alpha~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a3f6ec221f5eeebc6ac1acb0623b500ef5c0841;p=apache UDS does support reuse git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802336 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index 3805dfd559..4bc227d18f 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -98,7 +98,6 @@ ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" enabler the hostname and optional port following fcgi:// are ignored.

PHP-FPM with UDS -# UDS does not currently support connection reuse ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"