Intro to Apache - ApacheCon
Modules: How they work (sort of)
  • The Apache core does the essentials, and provides an API for extensions.

  • All other functionality is implemented in modules, which then talk to the core through this API.

  • Very few things are essential

  • Most things are implemented in modules. CGI. Authentication. SSI. Logging. Pretty much everything interesting.

Index
Back to Modules
Forward to Modules: How they work, a little better explanation

ApacheCon : Intro to Apache - Slide #29 of 139