Re: [users@httpd] Unstable PHP under Apache

2017-05-02 Thread John Iliffe
sage- > From: John Iliffe [mailto:john.ili...@iliffe.ca] > Sent: Tuesday, May 02, 2017 7:25 AM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Unstable PHP under Apache > > That's the weird thing - there nothing in the php.log and php-fpm.log > has only errors o

RE: [users@httpd] Unstable PHP under Apache

2017-05-02 Thread Arthur E. Johnston
of the program that updates your operating system. Arthur Johnston Meadowbrook Kennels -Original Message- From: John Iliffe [mailto:john.ili...@iliffe.ca] Sent: Tuesday, May 02, 2017 7:25 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Unstable PHP under Apache That's the weird thing

Re: [users@httpd] Unstable PHP under Apache

2017-05-02 Thread John Iliffe
. Johnston wrote: > What are the errors in your PHP-FPM.LOG? > > > Arthur Johnston > Meadowbrook Kennels > > -Original Message- > From: John Iliffe [mailto:john.ili...@iliffe.ca] > Sent: Monday, May 01, 2017 7:53 PM > To: users@httpd.apache.org > Subject:

RE: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread Arthur E. Johnston
What are the errors in your PHP-FPM.LOG? Arthur Johnston Meadowbrook Kennels -Original Message- From: John Iliffe [mailto:john.ili...@iliffe.ca] Sent: Monday, May 01, 2017 7:53 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Unstable PHP under Apache Still poking around

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
Still poking around with this and one thing seems very odd to me. Coded exactly as shown in the Apache docs, php is NOT invoked by a php script. What I mean is: This is from the docs, as I understand them: - # Add FCGI changes FcgidMaxRequestsPerProcess 1

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
Thanks Arthur. That was my initial thought, that the file permissions were wrong. I just checked again and the permission on the root directory of this page (/httpd) is rwxr-xr-x and it is owned by root so the directory can be world read and descended. Same for all of the virtual host lever

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread Arthur E. Johnston
I experienced similar messages when working outside of the Apache directory. Check your permissions. Arthur Johnston Sent from my iPhone. Please excuse The typos. > On May 1, 2017, at 1:20 PM, John Iliffe wrote: > > This is set to: > > max_execution_time = 30 >

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
This is set to: max_execution_time = 30 max_input_time = 60 This is the default and I would expect to run a simple phpinfo it would be adequate. I was playing further and now I have got rid of the "No Input File Specified" in favour of "Prohibited". I had this problem before while I was

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread Arthur E. Johnston
John I am not near my computer right now. There is a setting in PHP.ini to extend the time for each process. Arthur Johnston Sent from my iPhone. Please excuse The typos. > On May 1, 2017, at 8:24 AM, John Iliffe wrote: > > Thanks for the response Nick. > > I

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
Thanks for the response Nick. I originally suspected PHP too but using mod_php most of this works. (It all does on the old server on Apache-2.4.10 using mod_php) I'm using mod_fcgid on Apache so that is why I posted here. I already tried the Apache download of PHP-FPM about a month back

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
iffe [mailto:john.ili...@iliffe.ca] > Sent: Sunday, April 30, 2017 11:56 AM > To: users@httpd.apache.org > Subject: [users@httpd] Unstable PHP under Apache > > I have a new Apache 2.4.25 installation that I have been trying to get > running properly for a few months now. After many

Re: [users@httpd] Unstable PHP under Apache

2017-04-30 Thread Nick Kew
On Sun, 2017-04-30 at 14:56 -0400, John Iliffe wrote: I find your post confusing, so I may be barking up the wrong tree. But I see: > Now Apache has started php-cgi, the parent process is one of the workers > The response to the browser is "No input file specified" > > There are no errors

RE: [users@httpd] Unstable PHP under Apache

2017-04-30 Thread Arthur E. Johnston
What operating system? Arthur Johnston Meadowbrook Kennels -Original Message- From: John Iliffe [mailto:john.ili...@iliffe.ca] Sent: Sunday, April 30, 2017 11:56 AM To: users@httpd.apache.org Subject: [users@httpd] Unstable PHP under Apache I have a new Apache 2.4.25 installation

[users@httpd] Unstable PHP under Apache

2017-04-30 Thread John Iliffe
I have a new Apache 2.4.25 installation that I have been trying to get running properly for a few months now. After many attempts to run PHP using php-fpm, I finally reverted to mod-fcgid and I still can't get everything to run properly. Calling a PHP script, when the php.ini file is