LoadModule


Syntax: LoadModule module filename
Context: server config
Status: Core (Windows)
Module: mod_dll

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:

LoadModule status_module modules/ApacheModuleStatus.dll
loads the ApacheModuleStatus.dll module in the modules subdirectory of the ServerRoot.