I am currently using Apache and its the only web server I ever used, I have looked in to Lighttpd and Nginx but never actually used it. Can anyone tell me why I should use the other two over Apache? The main reason I am using Apache because it has a large user base, community and documentation that I can rely on if I ever need any help.
Poll: What web server do you use?
31–40 of 81 posts
Re: Poll: What web server do you use?
#32Re: Poll: What web server do you use?
#33How did you do this? With the voting?
Re: Poll: What web server do you use?
#34Re: Poll: What web server do you use?
#35I was using Nginx for static files and a reverse proxy (+balancer) to CherryPy until recently. Now switched to Nginx + uWSGI for everything and couldn't be happier. Nginx is very fast, even when on-the-fly Gzip is enabled.
I'm currently running Nginx+CherryPy and I'm if you'd like to comment on why you switched to uWSGI, what you gained and if you'd recommend it?
Re: Poll: What web server do you use?
#36IIS6. blech. Configuration control is a nightmare with it. I wish IIS had even 1/2 the functionality of Apache or 1/2 the speed of nginx/lighttpd!
Is IIS 7.5 closer to those targets?
Re: Poll: What web server do you use?
#37Re: Poll: What web server do you use?
#38Re: Poll: What web server do you use?
#39It's almost not enough to just say "Nginx", you have to specify if you're using it in front of Mongrel/Passenger/Unicorn, just to serve static content, load balancing, etc.
Re: Poll: What web server do you use?
#40I've used Hunchentoot (weitz.de/hunchentoot) in production with strong track record. antiweb (hoytech.com/antiweb) also looks promising, but I haven't put anything into production with it yet.