Re: Works only in root..

2021-03-13 Thread Sergey A. Osokin
Hi, is there any messages in error.log file? While I'm here could you guide me - is there any specific reason to use a back slash instead of a very common forward slash? Thanks. -- Sergey Osokin On Sat, Mar 13, 2021 at 04:52:01PM -0500, bubugian wrote: > Hi GROUP ! > > I've a problem with NGI

Re: Stuck in weird issue - need help pls

2021-03-13 Thread Sergey A. Osokin
Hi there, seems like the file you request is unavailable on the remote server. Could you run to make sure the the file is accessible: % curl -v http://10.122.0.3/ipbl.txt While I'm here in the configuration file you provided the backend desribed with a hostname, not an IP address. Is there any

Works only in root..

2021-03-13 Thread bubugian
Hi GROUP ! I've a problem with NGINX (reverse proxy). All work perfectly if I assign internal server to root: server { listen 80; listen [::]:80; access_log /var/log/nginx/reverse-access.log; error_log /var/log/nginx/reverse-error.log; location /{

Re: Nginx with PHP8.0?

2021-03-13 Thread Christos Chatzaras
> On 13 Mar 2021, at 20:58, Ken Wright wrote: > > I recently upgraded from php7.4 to php8.0 and I find some of my > applications no longer operate. When I checked the error log, I found > the problem: the applications are still look for php7.4-fpm.sock, > which no longer exists. I tried rein

Nginx with PHP8.0?

2021-03-13 Thread Ken Wright
I recently upgraded from php7.4 to php8.0 and I find some of my applications no longer operate. When I checked the error log, I found the problem: the applications are still look for php7.4-fpm.sock, which no longer exists. I tried reinstalling php7.4, but with no success. Can anyone help me so