Re: Unable to use subrequest authentication for proxied site

2020-09-24 Thread Lists
Following up, after implementation and rollout. On Monday, September 21, 2020 1:52:32 AM PDT Francis Daly wrote: > That's probably the right thing to do overall; except that you probably > will not control what the typical browser shows for (e.g.) a 401 response. I've not seen that a 401 or what

Re: upstream timed out (110: Connection timed out) while reading response header from upstream.

2020-09-24 Thread Thomas Ward
Your PHP backend is the problem.  The PHP side of things is triggering a warning that it's executing too slowly, and that requires you to alter your PHP settings (which is not an NGINX thing) to accept a longer execution time on your scripts. Thomas On 9/24/20 12:46 PM, Kaushal Shriyan wrote: >

upstream timed out (110: Connection timed out) while reading response header from upstream.

2020-09-24 Thread Kaushal Shriyan
Hi, I am running nginx version: nginx/1.14.1 on Red Hat Enterprise Linux release 8.1 (Ootpa) with php-fpm PHP 7.2.24 (fpm-fcgi) (built: Oct 22 2019 08:28:36) FastCGI Process Manager for PHP. When I clear the cache in Drupal CMS (https://www.drupal.org/) it returns http status code 504. I have atta

Re: Difference between Mainline and Stable Nginx version

2020-09-24 Thread Maxim Konovalov
Hello, On 24.09.2020 17:16, Kaushal Shriyan wrote: > Hi, > > I am running CentOS Linux release 7.8.2003 (Core) and referring > to https://nginx.org/en/linux_packages.html#RHEL-CentOS. Are there any > difference between stable and mainline version?Should we need to use > stable or mainline for Pro

Re: Difference between Mainline and Stable Nginx version

2020-09-24 Thread Thomas Ward
This said, when Mainline is actually cut into Stable come ~April, then Stable gets all the new stuff Mainline had between the two stable releases - Stable for production/stability in featureset, but Mainline if you don't mind having new features available in case you need them.  For the most part I

Re: Difference between Mainline and Stable Nginx version

2020-09-24 Thread Kaushal Shriyan
On Thu, Sep 24, 2020 at 7:51 PM Thomas Ward wrote: > Depending on your needs, I'd favor STable over Mainline. > > Stable is just that - the current release of NGINX that is considered > 'stable' and doesn't have many new feature changes to it or new things that > Mainline will have. > > Mainline

Re: Difference between Mainline and Stable Nginx version

2020-09-24 Thread Thomas Ward
Depending on your needs, I'd favor STable over Mainline. Stable is just that - the current release of NGINX that is considered 'stable' and doesn't have many new feature changes to it or new things that Mainline will have. Mainline is closer to 'cutting edge' than 'stable' NGINX.  While you can u

Difference between Mainline and Stable Nginx version

2020-09-24 Thread Kaushal Shriyan
Hi, I am running CentOS Linux release 7.8.2003 (Core) and referring to https://nginx.org/en/linux_packages.html#RHEL-CentOS. Are there any difference between stable and mainline version?Should we need to use stable or mainline for Production environment? [nginx-stable] > name=nginx stable repo >