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 ai_backcompat_module
modules/mod_ai_backcompat.o
LoadFile /lib/libc.a
loads the module in the modules subdirectory of the ServerRoot.