Intro to Apache - ApacheCon
Loading modules
Use LoadModule directive to enable particular modules at runtime.
LoadModule logio_module modules/mod_logio.so
When you don't want that module any more, comment that line out
In 1.3, there's an additional
AddModule
directive.
Index
Back to
DSO support
Forward to
Compiling modules
ApacheCon : Intro to Apache - Slide #46 of 139