Re: [PHP] PHP-FPM fails to start scripts
[email protected] (John Iliffe)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 24 May 2017 03:40:54 Lester Caine wrote: > On 24/05/17 02:05, John Iliffe wrote: > > On Tuesday 23 May 2017 02:40:03 Lester Caine wrote: > >> On 23/05/17 02:41, John Iliffe wrote: > >>> The Apache directive invoking this script is: > >>> ProxyPassMatch "^/.*\.php(/.*)?$" > >>> fcgi://127.0.0.1:9015/httpd/iliffe/ > >> Lester: Just as an FYI, I installed PHP-5.6.30 and without any changes to the Apache config files everything came up perfectly and works so far as I can see. So, the problem is PHP-7. John