Poll: What web server do you use?
21–30 of 81 posts
Re: Poll: What web server do you use?
#22I 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.
Re: Poll: What web server do you use?
#23Re: Poll: What web server do you use?
#24Re: Poll: What web server do you use?
#25Re: Poll: What web server do you use?
#26antiweb (hoytech.com/antiweb) also looks promising, but I haven't put anything into production with it yet.
Re: Poll: What web server do you use?
#27I 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.
Re: Poll: What web server do you use?
#28Re: Poll: What web server do you use?
#29We use Apache with ModWsgi and Nginx, pretty standard for a django project.