Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I used apache for a very long time, but now I use ngingx. The footprint is much smaller.
-
I was a fan of Apache because its XML-like config was easier to understand than NGINX' config. However, after a while I understood NGINX' config as well and it has a much smaller footprint on my servers, so I use NGINX.
-
Both. Apache because of the htaccess goodness, Nginx because it's faster. So use an Nginx reverse proxy before the Apache.
-
@Fast-Nop but that constellation is still just as fast as apache, so the nginx before it makes no sense, or do I not see something?
-
@wildcard Nginx will cache the static assets, and if you have repeated access, Nginx can take that load better than Apache can.
-
lumy3575yPython - m SimpleHttpServer
Nginx, i used to use apache (it happen still sometime when i want something really simple, like listing directory).
But you get used to nginx and it's feel better than apache2 after a while.
Related Rants
I just have to ask
question
nginx
apache