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
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
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
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.
>
>
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
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: