What web server is your startup using? I've listed the main ones I thought of, add others in the comments to be voted up.
Poll: What web server do you use?
1–10 of 81 posts
Re: Poll: What web server do you use?
#2My startup uses Lighttpd and Nginx, but I tossed in one Other vote for my use of Cherokee on some small personal things. For instance, I'm using Cherokee + uWSGI + poit to run my own OpenID provider.
Re: Poll: What web server do you use?
#3[deleted]
Re: Poll: What web server do you use?
#4nginx as a load balancer, security layer and reverse proxy cache.
Apache on the back end as I'm comfortable tuning it.
Re: Poll: What web server do you use?
#5Could you add Cherokee to the list? I voted Others, but i'm sure it's more used than IIS among HN users
Re: Poll: What web server do you use?
#6Could you add Cherokee to the list? I voted Others, but i'm sure it's more used than IIS among HN users
Ok, added
Re: Poll: What web server do you use?
#7Beware! For the (currently 3) Node.js users, realize that Ryan Dahl (author) recently said that Node.js should not be directly exposed to the public Internet at this time.
http://developer.yahoo.com/yui/theater/video.php?v=dahl-node
Re: Poll: What web server do you use?
#8www.unscatter.com is using nginx for load balancing and soon for static content. You might want to add Tornado as an option as well, as that's the web servers that nginx is proxying in my case. Plus, I'd be curious to see how many others are using Tornado.
Re: Poll: What web server do you use?
#9Apache, I don't really like it, but it's convenient.
I retain a lingering fondness for dan bernstein's publicfile http://cr.yp.to/publicfile.html but don't actually use it.
Re: Poll: What web server do you use?
#10Fiddling around with mochiweb a bit... Other than that, Apache.