Intro to Apache - ApacheCon
Standard modules (2.0)
  • 2.0 does not provide an easy way to get the complete list of available modules, and their default status.

  • ./configure --help will list the modules, but not in a friendly format.

    
        ./configure --enable-rewrite
    
      

  • Or, easier:

    
        ./configure --enable-mods-shared=all
    
      

  • ... which I'll talk about in a moment

Index
Back to List of standard modules (1.3)
Forward to More about configure

ApacheCon : Intro to Apache - Slide #42 of 139