Apache Reference: mod_so, LoadModule
LoadModule
Load DSO Apache Module into Apache's Address Space
Syntax: LoadModule module-handle A
Example: LoadModule env_module libexec/mod_env.so
Since: Apache 1.0
This directive loads a DSO-based Apache module module-file, looks up its entry point though the object file symbol module-handle, and adds this module to Apache's internal list of known modules. The argument module-handle is the name of the external variable of type ``
module'' in the module's source code. The argument module-file is either an absolute path or relative to ServerRoot.