Merge r1802336 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 18 Jul 2017 21:00:43 +0000 (21:00 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 18 Jul 2017 21:00:43 +0000 (21:00 +0000)
UDS does support reuse

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1802337 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.xml

index 9281d48cf144a128c96e55eea22aaca73c31fb78..fac574425bb16396e7dc20938c907154beefc95d 100644 (file)
@@ -98,7 +98,6 @@ ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" enabler
     the hostname and optional port following fcgi:// are ignored.</p>
     <example><title>PHP-FPM with UDS</title>
     <highlight language="config">
-# UDS does not currently support connection reuse
 ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"
     </highlight>
     </example>