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