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."

4 of 21 comments (clear)

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

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

    --
    Advice: on VPS providers
    1. Re:Now if only... by Anonymous Coward · · Score: 3, Insightful

      Patches and other contributions in order to get stable releases out the door are welcome and embraced. "Insightful" comments are wimpy.

    2. Re:Now if only... by LordK3nn3th · · Score: 2, Insightful

      Not everyone can code. I don't know a dash of, say, perl, python, etc, I know only a tiny pinch of Java and a handful of C++. People who may want perl support in apache aren't always those who can program.

      --

      ---
      Never criticize religion on Slashdot. You will be modded down for "Troll" no matter how factual it is.
  2. 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...