Re: [users@httpd] mod_proxy doesn't persist connections to php-fpm

2013-11-14 Thread Jeff Trawick
On Thu, Nov 14, 2013 at 4:12 PM, Chandler, Dean A wrote: > Hi, > > I am trying to run Apache 2.4 web server using mod_proxy > and proxy_fcgi to proxy php requests to the PHP-FPM running on same > machine. I am pretty much using default setup for php-fpm.ini with port at > 9000.

Re: [users@httpd] mod_proxy doesn't persist connections to php-fpm

2013-11-14 Thread Marcello Lorenzi
HI Dean it's normal that the ProxyPass open a lots of connection to php-fpm instance. The same behavior can be noticed with Nginx, and in same case some people suggest to use the UNIX socket to open the connections to PHP-FPM, but you have to test the performances. You can tune the kernel par

[users@httpd] mod_proxy doesn't persist connections to php-fpm

2013-11-14 Thread Chandler, Dean A
Hi, I am trying to run Apache 2.4 web server using mod_proxy and proxy_fcgi to proxy php requests to the PHP-FPM running on same machine. I am pretty much using default setup for php-fpm.ini with port at 9000. My problem is that mod_proxy is closing the connection after every r