Re: [users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-07 Thread Eric Covener
On Thu, Apr 7, 2016 at 11:27 AM, Matthias Leopold wrote: > Thank you very much for answering :-) > > According to your own changelog entry "enablereuse=on" does have an effect > on UDS backends. My own benchmarks didn't show any difference though. > > *) mod_proxy_fcgi: Enable UDS backends confi

Re: [users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-07 Thread Matthias Leopold
Am 2016-04-07 um 16:25 schrieb Eric Covener: On Fri, Apr 1, 2016 at 10:26 AM, Matthias Leopold wrote: I'd like to use it with a unix domain socket, the "Proxy via Handler" example uses the "enablereuse" directive, the "PHP-FPM with UDS" example (ProxyPassMatch) says "# UDS does not currently s

Re: [users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-07 Thread Eric Covener
On Fri, Apr 1, 2016 at 10:26 AM, Matthias Leopold wrote: > I'd like to use it with a unix domain socket, the "Proxy via Handler" > example uses the "enablereuse" directive, the "PHP-FPM with UDS" example > (ProxyPassMatch) says "# UDS does not currently support connection reuse". > What is true no

[users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-01 Thread Matthias Leopold
Hi, can someone please explain to me what the benefits/caveats of "connection reuse" in mod_proxy_fcgi with PHP-FPM are? I'm referring to the official documentation http://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html. I'd like to use it with a unix domain socket, the "Proxy via Handler"