[users@httpd] Circumstances when mod_php would run faster than PHP-FPM?

2016-01-08 Thread Rose, John B
Apache 2.4 On the same system, same web site, are there circumstances when Apache using mod_php would run faster than Apache using PHP-FPM? Thanks

RE: [users@httpd] Balancer Manager Documentation

2016-01-08 Thread Mark Brewer (FIS-Lake Mary)
Some of the balancer manager screenshots do not contain the same columns as mine. Mine has: Worker URLRouteRouteRedir Factor SetStatus Elected Busy Load To From I see most of the columns reflect the values assigned to the BalancerMember via the params. However I'm pri

[users@httpd] HTTP status code 120020

2016-01-08 Thread Bill Moseley
Running: Apache/2.2.15 (Unix) Anyone see an HTTP status code "120020" in their logs? Our access logs include the HTTP status code so the format is ... GET "/some_path HTTP/1.1" 200 ... But sometimes I see: ... HTTP/1.1" 120020 ... And then there's an entry in the error log: (103) Software

Re: [users@httpd] proper MPM and mod_php

2016-01-08 Thread Christopher Schultz
Eric, On 1/7/16 5:47 PM, Eric Covener wrote: > On Thu, Jan 7, 2016 at 4:51 PM, Rose, John B wrote: >> Is using "event" MPM and mod_php ok, or should "prefork" always be used with >> mod_php? > > The conventional wisdom is prefork-only if you must use mod_php. I was just looking at this yesterda

Re: [users@httpd] cfgid module - setting HTTP status header

2016-01-08 Thread Sreenath BH
Hi There was an extra '\n' at beginning of Status as follows: '\nStatus: 400' After removing the extra character it worked. Thanks, Sreenath On 1/7/16, Nick Kew wrote: > On Thu, 7 Jan 2016 17:59:55 +0530 > Sreenath BH wrote: > >> Is there any way we can send such status code in fcgid? > > H