Re: Upstream service php-fpm is up and running but reports {"errors": {"status_code": 502,"status": "php-fpm server is down"}}

2022-12-16 Thread Maxim Dounin
Hello! On Fri, Dec 16, 2022 at 11:53:40PM +0530, Kaushal Shriyan wrote: > I have a follow up question regarding the settings below in nginx.conf > where the php-fpm upstream server is processing all php files for Drupal > CMS. > > fastcgi_intercept_errors off > proxy_intercept_errors off > > Us

Re: Upstream service php-fpm is up and running but reports {"errors": {"status_code": 502,"status": "php-fpm server is down"}}

2022-12-16 Thread Kaushal Shriyan
Hi Maxim, I have a follow up question regarding the settings below in nginx.conf where the php-fpm upstream server is processing all php files for Drupal CMS. fastcgi_intercept_errors off proxy_intercept_errors off User -> Nginx -> php-fpm -> MySQL DB. For example if the php-fpm upstream server

Re: Is there a conflict between Debian Bullseye and nginx?

2022-12-16 Thread Jeffrey Walton
On Fri, Dec 16, 2022 at 11:23 AM Mike Lieberman wrote: > > On Fri, 2022-12-16 at 15:59 +, Francis Daly wrote: > > > On Fri, Dec 16, 2022 at 04:27:15PM +0800, Mike Lieberman wrote: > > > > You have configured your nginx to listen on port 80 on all IP addresses. > > > > You have configured your

Re: Is there a conflict between Debian Bullseye and nginx?

2022-12-16 Thread Mike Lieberman
On Fri, 2022-12-16 at 15:59 +, Francis Daly wrote: > On Fri, Dec 16, 2022 at 04:27:15PM +0800, Mike Lieberman wrote: > > Hi there, > > You have configured your nginx to listen on port 80 on all IP addresses. > > You have configured your apache to listen on port 80 on all IP addresses. > >

Re: Is there a conflict between Debian Bullseye and nginx?

2022-12-16 Thread Francis Daly
On Fri, Dec 16, 2022 at 04:27:15PM +0800, Mike Lieberman wrote: Hi there, You have configured your nginx to listen on port 80 on all IP addresses. You have configured your apache to listen on port 80 on all IP addresses. They can't both do that at the same time. The first one works, the other

Is there a conflict between Debian Bullseye and nginx?

2022-12-16 Thread Mike Lieberman
I am running Debian Bullseye: this is a stripped down Command Line only install without a GUI. It runs apache2 and ISC-BIND only in a VirtualBox VM. # uname -r 5.10.0-19-amd64 # nginx -v nginx version: nginx/1.23.2 # apache2 -v Server version: Apache/2.4.54 (Debian) Server built: 2022-06-08T16: