Slashdot Mirror


Category: Best Apache Module

Apache always seems to be pointed out as the definitive Open Source application. This award is for the best open source module for Apache. Is it a scripting language? An encryption extension? Nominate the module that you think adds the best feature to the most popular web server on the Internet.

25 comments

  1. mod_php3 by volsung · · Score: 2

    I grew up doing CGI's in Perl, but PHP3 just blew me away when I saw what my roommate was doing with it. This is by far the most awesome extension to Apache I have seen.

    1. Re:mod_php3 by Anonymous Coward · · Score: 0

      I am eagerly awaiting the arrival of "Professional PHP Programming" by Wrox Press any day now.. mod_php3 is by far my favourite.

    2. Re:mod_php3 by Anonymous Coward · · Score: 0

      Yup, php3 here too. I would vote for mod_perl, except the stupid memory requirements.

    3. Re:mod_php3 by bergie · · Score: 1

      PHP is a very nice addition to Apache. Without it Midgard wouldn't be where it is today.


      --

      --
      Midgard Project - Open Source CMS
  2. mod_perl+HTML::Embperl by Blitzkopf · · Score: 1

    Awesome combination, faster than PHP and just as easy. Easier for me at least after years of perl programming.

  3. php4 aka Zend by Signal+11 · · Score: 2

    session support, exceptional string handling, basic OOP support, fast fast fast, and has a reliable windoze port (so I can convince the PHBs to use php now, and switch to linux for more speed later after they're satisfied).

    1. Re:php4 aka Zend by Sascha+Schumann · · Score: 1
      Yes, I second that. The combination of Apache and PHP is a very powerful set of tools for delivering dynamic web pages.

      <buzzmode>
      mod_php is the leading Apache module in absolute terms. mod_php is installed on 23.85% of all Apache sites according to the Netcraft statistics of December 1999. Of course, the overall number of installations is higher. Many large providers support the CGI version of PHP.
      </buzzmode>

      Please note that the expression "PHP 4.0" and "Zend" are not synonymous. PHP 4.0 makes use of the Zend scripting engine.

  4. Something to consider... by Emrys · · Score: 1
    I know mod_perl and mod_php are going to be the big ones here, but please consider the fact that the accolades both of these receive are due mostly to the software they're letting Apache work with. That's not a bad thing, but they're more "glue" than modules that do something really impressive in their own right.

    So why not let this award go to a module that is more Apache-specific, such as mod_ssl?

    1. Re:Something to consider... by Mark+Bainter · · Score: 1

      Agreed. I love perl, and I think the things php makes possible are astounding. In fact, I have done some work coding mod_perl for an ecommerce site. But I think these are individual apps in their own right that would fit better in other categories if you really want to nominate them. Apache is just the environment they run in. Esp for mod_perl.

      OTOH there are some great modules that are specific apache modules that make apache better. Some that many can't live w/out. Like mod_ssl as suggested above and mod_ssi.

      --
      "No nation could preserve its freedom in the midst of continual warfare."
      --James Madison
  5. duh by emmons · · Score: 1

    mod_perl.

    'nuff said.

    -----

    --
    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
  6. mod_rewrite by Morendil · · Score: 1

    Since mod_php3 has already been nominated, let's add mod_rewrite as an outstanding candidate.

  7. modperl by Anonymous Coward · · Score: 0

    mod_perl; how can there be any question?

  8. php4 by Thalinor · · Score: 1

    building on the great php3, php4 goes where no asp has gone before..

    i can't wait to see php repeat apache's success over other proprietary solutions.

    and, according to the buzz on the street, it is already happening..

    i guess its time for asp2php ..

  9. GNUJSP by Anonymous Coward · · Score: 0

    A great free alternative. Plus these guys have put a lot of work into making it work with Apache as well as possible before Jakarta comes out...

    1. Re:GNUJSP by WesBiggs · · Score: 1

      Technically, GNUJSP's not an Apache module -- it piggybacks on JServ. In the credit where credit is due dept., my vote goes the Apache JServ/Jakarta team.

      Wes

      http://www.klomp.org/gnujsp/

      --
      QWxsIHlvdXIgQmFzZTY0IGFyZSBiZWxvbmcgdG8gdXMh
    2. Re:GNUJSP by ctran · · Score: 1

      Dont forget JServ. GNUJSP is not possible without it!!!

  10. PHP is glue? by Anonymous Coward · · Score: 0
    Calling PHP a glue is more than belittling. It insults the people who have spent thousands of hours creating it for free. PHP is a complete language, with its own extension system, with its own compiler, with books written about it, and with its own community. 25% of all Apache sites use mod_php, 10% use mod_ssl. You do the math.

    Don't get me wrong. mod_ssl is a fine piece of software, as is Ben Laurie's Apache SSL.

    1. Re:PHP is glue? by Emrys · · Score: 1

      That is not what I said. PHP is not glue. mod_php is glue (between Apache and PHP). PHP is, as I said, its own thing. I have no problem giving it the credit it deserves, but stick it in as "most improved" or something and vote for something here that's really indispensible as an add-on module.

  11. other webservers? by eMBee · · Score: 1

    why only apache? what about the other free software webservers out there? only allowing apache modules is like nominating for best linux eyecandy! greetings, martin.
    --

    --
    Gnu is Not Unix / Linux Is Not UniX
  12. Midgard (PHP AppServer) by qyuxq · · Score: 1

    If you like PHP, check out Midgard. Midgard extends PHP to offer built-in user-, layout- and content management.

  13. Re: asp2php by naken · · Score: 1

    ASP2PHP Rocks!! :)

    Or maybe I'm just a little bias'd... Time
    to release 0.74 I guess :)

  14. secure httpd by Anonymous Coward · · Score: 0

    mod_ssl

  15. mod_spelling by eddieb · · Score: 1

    It may not be as widely praised as mod_perl or mod_php but it saved me from having to manually check thousnads of web pages left over from NT for files being named "Whatever.Html" and referenced as "whatever.html". 20 years and stupid M$ products still smash case. mod_spelling is ok with me! Eddie

  16. mod_fastcgi by Anonymous Coward · · Score: 0

    mod_fastcgi! php and perl are old news for web scripting.

  17. mod_vhost_alias by Spud+Zeppelin · · Score: 2

    It's not the largest, most cumbersome, or most-widely-used module out there, but...

    1. It's new. As in, actually completed in the last year. :)
    2. It's not a programming language extension, like JServ, PHP, or mod_perl.
    3. It's incredibly useful in the situation for which it was designed (companies with A LOT of virtual hosts).
    4. It's innovative! "Let's write a module to cut down on the administrative overhead of running virtual hosts on Apache." Tony Finch, et al, at Demon Internet definitely had the right idea with this one :)




    This is my opinion and my opinion only. Incidentally, IANAL.
    --

    MOO;IANAL.
    There used to be a picture linked here.