This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP / Re: File not found error using Nginx -> Varnish -> Apache -> Php-Fpm
« on: July 27, 2022, 06:38:29 AM »
The issue was resolved by changing php-fpm version from 7.4.1 to 7.4.30
I think the issue existed in that version.
Thanks.
I think the issue existed in that version.
Thanks.
2
PHP / File not found error using Nginx -> Varnish -> Apache -> Php-Fpm
« on: July 25, 2022, 08:59:15 PM »
Hello everyone!
I am using Nginx > Varnish > Apache for serving websites.
But when I am trying to use php-fpm with the above server setting, I am getting "File not found" / 404 error
I am using the default template
Snapshot link: https://drive.google.com/file/d/1OhOJ_Nyr03ekBpEwsGVvAuFCJ-3bilEP/view?usp=sharing
Note:
when I change the file extension to '.html', it works fine, the issue only persists when the file extension is '.php'
Please help!
I am using Nginx > Varnish > Apache for serving websites.
But when I am trying to use php-fpm with the above server setting, I am getting "File not found" / 404 error
I am using the default template
Snapshot link: https://drive.google.com/file/d/1OhOJ_Nyr03ekBpEwsGVvAuFCJ-3bilEP/view?usp=sharing
Note:
when I change the file extension to '.html', it works fine, the issue only persists when the file extension is '.php'
Please help!
Pages: [1]