Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
Sure: -- # namei -m /httpd/iliffe/i_phpinfo.php f: /httpd/iliffe/i_phpinfo.php dr-xr-xr-x / drwxr-xr-x httpd drwxr-xr-x iliffe -rw-r--r-- i_phpinfo.php -- John = On Saturday 13 May 2017 19:54:44 Eric Covener wrote

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread Eric Covener
On Sat, May 13, 2017 at 7:56 PM, John Iliffe wrote: > Hi Eric: > > I downloaded the revised mod_proxy_fcgi.c from your link, retrieved the > backup of the original download of Apache-2.4.25, replaced the > modules/mod_proxy_fcgi.c, and recompiled using the config.nice file from last > time. Then

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
Hi Eric: I downloaded the revised mod_proxy_fcgi.c from your link, retrieved the backup of the original download of Apache-2.4.25, replaced the modules/mod_proxy_fcgi.c, and recompiled using the config.nice file from last time. Then I moved the new mod_proxy_fcgi.so into the existing Apache m

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
Thanks Eric. I downloaded the mod_proxy_fcgi.c link. I have to leave here for a while but I will get back on this either tonight or tomorrow and I'll let you know how it works. John == On Saturday 13 May 2017 16:00:47 Eric Covener wrote: > On Sat, May 13, 2017 at

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread Eric Covener
On Sat, May 13, 2017 at 4:00 PM, John Iliffe wrote: > Wow! That was sure fast, Thanks Eric. > > I'm not quite sure how to handle a diff file like this so it will take a > while to try it out. Using the standard Linux/gcc utilities, is there any > way to fix things up automatically? (sorry, I'm

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
Wow! That was sure fast, Thanks Eric. I'm not quite sure how to handle a diff file like this so it will take a while to try it out. Using the standard Linux/gcc utilities, is there any way to fix things up automatically? (sorry, I'm not a programmer). John ==

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread Eric Covener
http://home.apache.org/~jim/patches/mod_proxy_fcgi-v3.patch On Sat, May 13, 2017 at 3:42 PM, Eric Covener wrote: > On Sat, May 13, 2017 at 3:43 PM, John Iliffe wrote: >> O/S Fedora 25, Apache 2.4.25 compiled from source, PHP 7.1.3 compiled from >> source. > > There was a regression in this relea

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread Eric Covener
On Sat, May 13, 2017 at 3:43 PM, John Iliffe wrote: > O/S Fedora 25, Apache 2.4.25 compiled from source, PHP 7.1.3 compiled from > source. There was a regression in this release. Can you try a patch or the previous release to confirm? -- Eric Covener cove...@gmail.com -

[users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
I'm not sure is this is the correct list to post these questions to, since I now have things isolated to a single module in PHP-FPM, so please redirect me if necessary. This is a continuation of the problems I was having (on this list) installing a new server last month. -