Upgrade to Apache 2.0 or change to thttpd?
Hi all,I am thinking whether I should upgrade my apache server to version 2.0 or change it to thttpd.
My server is a busy server. There are only html, images and some movies files in this server. The file size for those movies are usually under 500K. It's currently pushing out 3mb - 6mb/s now.
If I upgrade to Apache 2.0, will it increase the performance? Since all of my files are static content.
I know it's good to use thttpd for busy server, can thttpd support mod_rewrite? If not, how can I easily block other sites hotlink to my server?
Thanks for any suggestion.