Re: [users@httpd] proper MPM and mod_php

2016-01-07 Thread Eric Covener
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. - To unsubscribe, e-

[users@httpd] proper MPM and mod_php

2016-01-07 Thread Rose, John B
Apache 2.4 Red Hat Linux Is using "event" MPM and mod_php ok, or should "prefork" always be used with mod_php? Thanks

Re: [users@httpd] Balancer Manager Documentation

2016-01-07 Thread Jim Jagielski
The table data is basically a reflection of the current run-time status of the balancer member and balancer config itself. I also have some preso's on slideshare[1] which describe it as well: 1. http://www.slideshare.net/jimjag > On Jan 7, 2016, at 1:16 PM, Mark Brewer (FIS-Lake Mary) > wrote: >

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

2016-01-07 Thread Nick Kew
On Thu, 7 Jan 2016 17:59:55 +0530 Sreenath BH wrote: > Is there any way we can send such status code in fcgid? Have you tried it with a trivial test script? Maybe just set the status and reply HelloWorld? -- Nick Kew - To un