Comment on Serving 200M requests per day with a CGI-binparentComments−mrweasel1yApache is still a solid option. It does everything, works with everything and is easy to configure. Performance is perfectly fine for ~99% of everything.−chgs1yI host 1200 vhosts off apache as an authenticating proxy, and run Al sorts of random scripts.This is all internal use though, I don’t need to scale to hundreds of concurrent users let alone thousands. Apache and cgi bin is fine.
Comments
Apache is still a solid option. It does everything, works with everything and is easy to configure. Performance is perfectly fine for ~99% of everything.
I host 1200 vhosts off apache as an authenticating proxy, and run Al sorts of random scripts.
This is all internal use though, I don’t need to scale to hundreds of concurrent users let alone thousands. Apache and cgi bin is fine.