Directives related to modules
A module can be loaded at startup of Apache with the
LoadModule directive placed into the
httpd.conf file.
Another directive related to modules is IfModule.
Apparently, these directives are themselves implented in a (base) module: mod_so.
Listing loaded modules
While the -l command line option shows base modules, the -M option lists the loaded modules:
$ apache/bin/httpd -l
core_module (static)
mpm_winnt_module (static)
http_module (static)
so_module (static)
access_compat_module (shared)
…