]> granicus.if.org Git - apache/commitdiff
UDS does support reuse
authorJim Jagielski <jim@apache.org>
Tue, 18 Jul 2017 21:00:14 +0000 (21:00 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 18 Jul 2017 21:00:14 +0000 (21:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802336 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.xml

index 3805dfd5596b0a498d3e001efd3951997f014052..4bc227d18fd54eb21f3b39737899d3e137758ffd 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>