Defines | |
#define | SMD_MODSERVICES_TREE_PATH "/state/services" |
Functions | |
sul_error_t * | modservices_initialize (smd_module_system_t *modsys, sul_cfg_block_t *cfg, apr_pool_t *pool) |
sul_error_t * | modservices_destroy (apr_pool_t *pool) |
|
Path in the stated tree for mod_services. |
|
Destroys this Modules runtime state and stops anything that the Module may be doing. Usually invoked when the Module is being unloaded and the server is being stopped.
|
|
Called when the Module is being loaded and should create and initialize itself. All modules start here and this is where all of the work starts. This function MUST always return.
|