Hello

I am currently running a simple Wordpress service with low traffic, so I have not encountered any performance issues. Apache performs well. But I will still try nginx+php fpm as a substitute when I have time. As for reverse proxy, because I used CloudFlare, I think CloudFlare's web server plays the role of reverse proxy here. And as far as I know, CF also uses nginx.

Thanks for all your help.



On 2024-08-01 23:26, Jeffrey Walton wrote:
On Thu, Aug 1, 2024 at 10:40 AM Walt E <w...@ik.me> wrote:

I have been using apache2 + php for years under debian.
But I heard people says nginx + php has better performance.
Do you have experience on both of setup and share a bit with me?

Related, Nginx is generally considered more secure than Apache. Nginx
has approximately 220 CVEs, while Apache and friends has roughly 2700
CVEs. Confer, <https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=apache>
and <https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=nginx>.

I think it was Jon Bentley who said, if it does not have to be
correct, then I can make it as fast as you want it to be. Quickly
arriving at an incorrect result is not a good outcome.

Jeff

Reply via email to