Slashdot Mirror


Apache 2.0.49 Released

chipster writes "Apache 2.0.49 has been released today. This version addresses some bugs, as well as a few security issues. You can read about the new features here, and get Apache 2.0.49 here. Also available is the 2.0 ChangeLog."

3 of 21 comments (clear)

  1. Now if only... by afabbro · · Score: 4, Insightful

    ....they'd release mod_perl 2.0 ;)

    --
    Advice: on VPS providers
  2. Re:Apache alternatives. by yusufg · · Score: 5, Informative

    One thing I really miss in thttpd is keep-alive support. I am currently kicking the tires of cherokee . It supports epoll/kqueue and also does keep-alive/pipelining. Very useful if you have to serve lots of images, it even has a nice mechanism to serve cache-friendly headers I see some issues with its gzip support but the author is quite responsive

  3. Re:Apache alternatives. by gtrubetskoy · · Score: 4, Insightful
    For example, very excellent thttpd

    Thttpd is good for some things, but don't think it's a full alternative to Apache. We use thttpd to serve http on ftp2.freebsd.org, and for something like this it is great, because speed is all we care about. On the other hand if verstatility is an issue, stick with Apache. It is not bloated and will perform really well if properly configured.

    My personal take on tools that claim to be small, fast, secure and "better than what the rest of the world uses" is that you try them, then sooner or later end up switching back to the "old school" - I've done it with both qmail/sendmail and djbdns/bind...