Welcome! Log In Create A New Profile

Advanced

Re: debugging ssl and php-fpm

Francis Daly
November 26, 2013 11:38AM
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 index.shtml;
> auth_basic "DHENEWS";
> auth_basic_user_file .htpasswd;
> }

> And most importantly...it works on the old server so why am I pulling my
> hair out? ;-)

What does "diff" say about the config on the old server and the config
on the new server?

> Is there something I'm missing in regards to ssl and
> php-fpm? Here's the fastcgi_params:

fastcgi_params is included at server level, not within /rather/. Only
some parts of its contents are inherited into /rather/.

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Re: debugging ssl and php-fpm

Francis Daly November 26, 2013 11:38AM

Re: debugging ssl and php-fpm

Ian Evans November 26, 2013 11:38AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 192
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready