Earlier quoted context omitted.
You can configure Nginx to cache and serve html or as a load balancer. In these cases it isn't the "real" web server, and it's common.
I disagree. I don't care if nginx is in front of apache, varnish, or some ruby or python web server. If nginx is what serves the final request to the client, it's the webserver. Period. edit: nginx is the last mile. You can't say everyone in the USA has access to fiber because further upstream their traffic traverses a fiber network. Their last mile is DSL/Cable/etc. When it comes to the user experience, last mile is…
Nginx has replaced Apache as the most used web server among the top 10,000 sites
41–50 of 76 posts
Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#42Earlier quoted context omitted.
No. Because Nginx doesn't dedicate a thread or process to each open connection.
Doesn't that raise security concerns?
But it's limited to it. Most other web stacks come with their own sandbox. And Apache also puts PHP in a sandbox for unrelated issues.
Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#43Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#44The graph in the linked shows that "Apache is used by 60.5% of all the websites." while nginx is at 20.7%...
How could these numbers possibly mean that nginx has replaced Apache as the most used web server? When is 60.5% more than 20.7%? IS it opposite day?
Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#45Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#46Earlier quoted context omitted.
You can configure Nginx to cache and serve html or as a load balancer. In these cases it isn't the "real" web server, and it's common.
I disagree. I don't care if nginx is in front of apache, varnish, or some ruby or python web server. If nginx is what serves the final request to the client, it's the webserver. Period. edit: nginx is the last mile. You can't say everyone in the USA has access to fiber because further upstream their traffic traverses a fiber network. Their last mile is DSL/Cable/etc. When it comes to the user experience, last mile is…
Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#47Earlier quoted context omitted.
Unfortunately too typical. You're keeping all the performance issues with a LA P stack (high resource-use variance going from low to high traffic), and merely adding layers in front. Unless you need an apachehttpd-specific feature, you should look into moving to a nginx + php-fpm setup.
You're being awfully presumptuous -- there's nothing to indicate the parent isn't already using an apache2+php-fpm setup. Not all apache2+php users are using mod_php (which is where performance woes come from).
I guess from a higher perspective this is a support resource vs savings from technical performance question, but my feeling is that right now the lack of support knowledge and experience is more painful than the performance.
Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#48Earlier quoted context omitted.
You can configure Nginx to cache and serve html or as a load balancer. In these cases it isn't the "real" web server, and it's common.
I disagree. I don't care if nginx is in front of apache, varnish, or some ruby or python web server. If nginx is what serves the final request to the client, it's the webserver. Period. edit: nginx is the last mile. You can't say everyone in the USA has access to fiber because further upstream their traffic traverses a fiber network. Their last mile is DSL/Cable/etc. When it comes to the user experience, last mile is…
Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#49I'm confused by this title and the article here. The graph in the linked shows that "Apache is used by 60.5% of all the websites." while nginx is at 20.7%... How could these numbers possibly mean that nginx has replaced Apache as the most used web server? When is 60.5% more than 20.7%? IS it opposite day?
Re: Nginx has replaced Apache as the most used web server among the top 10,000 sites
#50"Then reduce the sample size!"