Yesterday's Top Poster

Apache or Ngnix

Allan

Active member
I setting up a vps and was wondering which is actually better. Apache is proven but Ngnix is fast.
 
We use Ngnix for our SaaS Frontend Servers I will never switch back to Apache, Our SaaS application is quite big so Ngnix does a neat job of getting it served fast!
 
Apache is better for shared hosting and having tools, but with the great support team at RackSpace I wouldn't change back to apache in a hurry!
 
In time though Nginx will build up to be that way as well, I think they are still fairly new on market.
 
Yep, having to covert the htaccess into something ngnix can read and then go deep into the ngnix config files to add in the converted lines is a pain in the arse!
 
In time though Nginx will build up to be that way as well, I think they are still fairly new on market.

If I recall correctly development began in 2002 with a release a couple years later on. Apache is a process based server with Nginx being event based and that is the key difference.
 
The only thing I find annoying about Ngnix is that it doesn't support true htaccess so you have to convert it to something it can read which is the only annoying thing. Apart from that I wouldn't be in a hurry to switch back to apache!
 
Back
Top