←back to thread

155 points feep | 2 comments | | HN request time: 0s | source
Show context
sugarpimpdorsey ◴[] No.44464798[source]
Surprised with the choice of Apache. There are better choices for serving CGI nowadays. The only reason for still running Apache is you have legacy cruft that requires Apache (like .htaccess).
replies(5): >>44464841 #>>44464842 #>>44465210 #>>44466147 #>>44469039 #
1. mrweasel ◴[] No.44464841[source]
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.
replies(1): >>44464964 #
2. chgs ◴[] No.44464964[source]
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.