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.
- 
				
				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.
- 
				
				 lumy3496yPython - m SimpleHttpServer lumy3496yPython - 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
















 Boom! Official answer.
Boom! Official answer.
 Who killed MySQL?
Who killed MySQL?
 All day trying to configure https with nginx.
Then I see this
All day trying to configure https with nginx.
Then I see this
I just have to ask
question
nginx
apache