Summary
The module mod_so provides for loading of executable code and modules into the HTTP Server at startup or restart time. On the iSeries™ server, the loaded code comes from a service program object with a .SRVPGM extension.
Directive
Module: mod_so | |
Syntax: LoadModule module filename | |
Default: none | |
Context: server config | |
Override: none | |
Origin: Apache | |
Example: LoadModule ibm_ldap_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVLDAP.SRVPGM |
The LoadModule directive links in the object file filename and adds the module structure named module to the list of active modules.
The following example loads ibm_ldap in QZSRVLDAP service program into the current HTTP Server:
LoadModule ibm_ldap_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVLDAP.SRVPGM