December 2002
Intermediate to advanced
588 pages
25h 57m
English
The LoadModule directive links in the object file
or library filename and adds the module structure named
module to the list of active modules.
LoadModule module filename server config mod_so
module is the name of the external variable of
type module in the file and is listed as the
Module Identifier in the module documentation.
For example (Unix, and for Windows as of Apache 1.3.15):
LoadModule status_module modules/mod_status.so
For example (Windows prior to Apache 1.3.15, and some third party modules):
LoadModule foo_module modules/ApacheModuleFoo.dll