Re: [users@httpd] moving to fastcgi, was Re: [users@httpd] SOLVED MYSTERIOUSLY: Re: [users@httpd] apache apparently starts, crashes, logs absolutely nothing

2015-01-29 Thread Daniel
2015-01-29 20:35 GMT+01:00 David Benfell : > On Thu, Jan 29, 2015 at 10:50:04AM +, Daniel wrote: > > The thing is more about stopping the use of mod_php in favor of fcgi > solution > > such as leave the php processing to php-fpm, that will enable you to use > the so > > much more performant ev

[users@httpd] moving to fastcgi, was Re: [users@httpd] SOLVED MYSTERIOUSLY: Re: [users@httpd] apache apparently starts, crashes, logs absolutely nothing

2015-01-29 Thread David Benfell
On Thu, Jan 29, 2015 at 10:50:04AM +, Daniel wrote: > The thing is more about stopping the use of mod_php in favor of fcgi solution > such as leave the php processing to php-fpm, that will enable you to use the > so > much more performant event mpm in httpd, and from there you will just have t

Re: [users@httpd] SOLVED MYSTERIOUSLY: Re: [users@httpd] apache apparently starts, crashes, logs absolutely nothing

2015-01-29 Thread Daniel
The thing is more about stopping the use of mod_php in favor of fcgi solution such as leave the php processing to php-fpm, that will enable you to use the so much more performant event mpm in httpd, and from there you will just have to proxy requests to php files from httpd to php-fpm through mod_p

[users@httpd] SOLVED MYSTERIOUSLY: Re: [users@httpd] apache apparently starts, crashes, logs absolutely nothing

2015-01-28 Thread David Benfell
Hi all, Ick. I still don't really know what my problem was. But I'm back up. I did recursive rebuilds of PHP and Apache, trying to get all the dependencies. I didn't actually make it all the way through Apache and I had to install the precompiled version of cmake to get through the PHP. In other