Re: [users@httpd] Apache and PHP-FPM error

2015-02-13 Thread Rose, John B
We will check it. We use collectd to view full cpu usage. The user cpu usage is much lower than prefork but the system cpu usage has increased significantly with PHP-FPM. Pushing the total cpu load to ~90% frequently. We have gone with the default settings for PHP-FPM. This particular box has 1

Re: [users@httpd] Apache and PHP-FPM error

2015-02-13 Thread Tom Evans
On Mon, Feb 9, 2015 at 8:20 PM, Rose, John B wrote: > Bummer > > Since we want to stick with what is available via "yum" for Red Hat 7 > > Thanks for the info > I doubt the lack of UDS, and having to use FCGI over TCP/IP is what is causing your load spikes compared to running with mod_php. More

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Rose, John B
Bummer Since we want to stick with what is available via "yum" for Red Hat 7 Thanks for the info On 2/9/15 3:14 PM, "Eric Covener" wrote: >On Mon, Feb 9, 2015 at 3:12 PM, Rose, John B wrote: >> 2.4.6 > >2.4.7 is where support was added apparently. > >*) mod_proxy: Added support for unix doma

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Eric Covener
On Mon, Feb 9, 2015 at 3:12 PM, Rose, John B wrote: > 2.4.6 2.4.7 is where support was added apparently. *) mod_proxy: Added support for unix domain sockets as the backend server endpoint [Jim Jagielski, Blaise Tarr ] -- Eric Covener cove...@gmail.com

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Rose, John B
2.4.6 On 2/9/15 3:10 PM, "Eric Covener" wrote: >On Mon, Feb 9, 2015 at 3:03 PM, Rose, John B wrote: >> AH00526: Syntax error on line 431 of /etc/httpd/conf/httpd.conf: > > >What release of 2.4? The UDS stuff wasn't there from the beginning. > >---

Re: [users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Eric Covener
On Mon, Feb 9, 2015 at 3:03 PM, Rose, John B wrote: > AH00526: Syntax error on line 431 of /etc/httpd/conf/httpd.conf: What release of 2.4? The UDS stuff wasn't there from the beginning. - To unsubscribe, e-mail: users-unsubscr

[users@httpd] Apache and PHP-FPM error

2015-02-09 Thread Rose, John B
After implementing Apache 2.4 and PHP-FPM with the default settings we found that our system cpu usage went up significantly over what mod_php used for the same amount of web test traffic from "ab" So we read a bit about tuning PHP-FPM and from this page ... https://wiki.apache.org/httpd/PHP-FP