Recommended Posts

Early this morning the new frontend servers were brought online. We replaced all three Apache servers with new hardware using nginx, as well as the latest PHP :)

 

I'm also pleased to announce that we have also purchased a SSL certificate that will allow https logins here on Neowin (not completed yet).

 

This means that all of the upgrades are nearing completion

 

Done so far:

  • New db server, and SSD's in production 
  • Three new nginx servers, replacing the three Apache servers

To do:

  • Two SATA harddrives need installing in the db server
  • HTTPS logins (certificate already purchased)

Enjoy :)

Link to comment
https://www.neowin.net/forum/topic/1166791-new-frontend-nginx-servers-online/
Share on other sites

Just to be curious, why the switch between Apache to nginx?

 

One of the advantages is that nginx uses much less resources on the server than Apache.

And the other reason is that they probably let Apache handle the php-side, and Nginx the static content side. (Images/JS/css)

Just to be curious, why the switch between Apache to nginx?

nginx is lighter than Apache, so will stand up to heavy traffic better. From testing, it's also quicker to connect and respond to requests. We're actually not using Apache behind nginx for handing the php, php requests get passed straight to php-fpm from nginx.

 

Once everything is finished, I'll probably write up a post about our new architecture. We have a few new toys on the backend that will make life easier for us moving forward.

nginx is lighter than Apache, so will stand up to heavy traffic better. From testing, it's also quicker to connect and respond to requests. We're actually not using Apache behind nginx for handing the php, php requests get passed straight to php-fpm from nginx.

 

Once everything is finished, I'll probably write up a post about our new architecture. We have a few new toys on the backend that will make life easier for us moving forward.

 

When I mentioned nginx on this site a while ago you guys were like nah Apache is fine. You can really tell you're using nginx now I mean look how fast the pages are loading now its a massive difference!

  • 2 weeks later...
This topic is now closed to further replies.