Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
On Thursday 13 April 2017 19:26:52 Daniel wrote: > Always match slashes! > > ProxyPass / "fcgi://127.0.0.1:9000/" > That leads to: File not found. with httpd error log info: [Thu Apr 13 23:01:34.559768 2017] [proxy_fcgi:debug] [pid 4066:tid 140533607941888] mod_proxy_fcgi.c(913): [cl

Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
On Thursday 13 April 2017 15:27:01 Frank wrote: > On 13/04/17 02:18 PM, John Iliffe wrote: > > I'm still trying to figure out what is actually happening here and I > > have a result that is truly confusing now. > > > > I decided to just route everything to php-fpm, mainly to check that it > > is a

Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread Daniel
Always match slashes! ProxyPass / "fcgi://127.0.0.1:9000/" 2017-04-13 21:27 GMT+02:00 Frank : > > > On 13/04/17 02:18 PM, John Iliffe wrote: > >> I'm still trying to figure out what is actually happening here and I >> have a result that is truly confusing now. >> >> I decided to just route every

Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread Frank
On 13/04/17 02:18 PM, John Iliffe wrote: I'm still trying to figure out what is actually happening here and I have a result that is truly confusing now. I decided to just route everything to php-fpm, mainly to check that it is actually active, and I used a file that would have been routed ther

[users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
I'm still trying to figure out what is actually happening here and I have a result that is truly confusing now. I decided to just route everything to php-fpm, mainly to check that it is actually active, and I used a file that would have been routed there by ProxyPass/ProxyPassMatch anyhow, so I

Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
On Wednesday 12 April 2017 22:24:03 Frank wrote: > On 12/04/17 08:36 PM, John Iliffe wrote: > > See below. > > > > On Wednesday 12 April 2017 20:02:10 Frank wrote: > >> On 12/04/17 05:34 PM, John Iliffe wrote: > >>> I am converting my web pages from mod_php to php-fpm, following the > >>> directio

Re: [users@httpd] unable to execute php-fpm properly

2017-04-12 Thread Frank
On 12/04/17 08:36 PM, John Iliffe wrote: See below. On Wednesday 12 April 2017 20:02:10 Frank wrote: On 12/04/17 05:34 PM, John Iliffe wrote: I am converting my web pages from mod_php to php-fpm, following the directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing to date indi

Re: [users@httpd] unable to execute php-fpm properly

2017-04-12 Thread John Iliffe
See below. On Wednesday 12 April 2017 20:02:10 Frank wrote: > On 12/04/17 05:34 PM, John Iliffe wrote: > > I am converting my web pages from mod_php to php-fpm, following the > > directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing > > to date indicates that on this server all sc

Re: [users@httpd] unable to execute php-fpm properly

2017-04-12 Thread Frank
On 12/04/17 05:34 PM, John Iliffe wrote: I am converting my web pages from mod_php to php-fpm, following the directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing to date indicates that on this server all scripts work properly under mod_php. Both of the following were tried with

[users@httpd] unable to execute php-fpm properly

2017-04-12 Thread John Iliffe
I am converting my web pages from mod_php to php-fpm, following the directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing to date indicates that on this server all scripts work properly under mod_php. Both of the following were tried within a container for the default virtual