Slide 17 of 115
Notes:
The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active modules. Module is the name of the external variable of type module in the file. Example (Unix):
LoadModule status_module modules/mod_status.so
loads the named module from the modules subdirectory of the ServerRoot.
Syntax: AddModule module module ...Context: server config Status: coreCompatibility: AddModule is only available in Apache 1.2 and later
The server can have modules compiled in which are not actively in use. This directive can be used to enable the use of those modules. The server comes with a pre-loaded list of active modules; this list can be cleared with the ClearModuleList directive.