Re: debugging ssl and php-fpm

2013-11-24 Thread Francis Daly
On Sun, Nov 24, 2013 at 03:51:21PM +0100, B.R. wrote: > On Sun, Nov 24, 2013 at 3:43 PM, Francis Daly wrote: > > On Sun, Nov 24, 2013 at 07:54:56AM -0500, Ian Evans wrote: Hi there, > > > location ^~ /rather/ { > > > fastcgi_intercept_errors on; > > > fastcgi_pass 127.0.0.1:9000; > > > fastcgi_p

Re: debugging ssl and php-fpm

2013-11-24 Thread Ian Evans
On 24/11/2013 9:43 AM, Francis Daly wrote: What does "diff" say about the config on the old server and the config on the new server? As I moved to a new server, I split everytng from one file to the whole sites-available format so I'd have to recombine everything. However... fastcgi_params

Re: debugging ssl and php-fpm

2013-11-24 Thread B.R.
Hello, On Sun, Nov 24, 2013 at 3:43 PM, Francis Daly wrote: > On Sun, Nov 24, 2013 at 07:54:56AM -0500, Ian Evans wrote: > > Hi there, > > > location ^~ /rather/ { > > fastcgi_intercept_errors on; > > fastcgi_pass 127.0.0.1:9000; > > fastcgi_param HTTPS on; > > Does it work if you remove that li

Re: debugging ssl and php-fpm

2013-11-24 Thread Francis Daly
On Sun, Nov 24, 2013 at 07:54:56AM -0500, Ian Evans wrote: Hi there, > location ^~ /rather/ { > fastcgi_intercept_errors on; > fastcgi_pass 127.0.0.1:9000; > fastcgi_param HTTPS on; Does it work if you remove that line? It looks unnecessary to me. And it breaks your config. > fastcgi_index inde

debugging ssl and php-fpm

2013-11-24 Thread Ian Evans
Okay, so rule #1 is to never think a server migration will go easy. As I've said in another thread, I've been running nginx and php-fpm for years on my site. But I'm moving from a CentOS to an Ubuntu server and things aren't going as smooth as they should be. I've got the non-ssl server worki