Data Structures | |
| struct | mod_cas_conf |
Functions | |
| mod_cas_conf * | cas_sconfig (const server_rec *s) |
| void * | init_server_config (apr_pool_t *p, server_rec *s) |
| apr_status_t | cas_cleanup_child (void *server_rec) |
| void | init_child (apr_pool_t *p, server_rec *s) |
| void | cas_register_hooks (apr_pool_t *p) |
Variables | |
| module AP_MODULE_DECLARE_DATA | cas_module |
| const command_rec | cas_directives [] |
|
|
Called upon the exit of a child process.
|
|
|
Apache 2.0-style hook registration |
|
|
Locates a server configuration record
|
|
||||||||||||
|
Called upon the initializaion of a child process.
|
|
||||||||||||
|
Returns a newly allocated server configuration record, filled in with the default values.
|
|
|
Table of supported configuration directives |
|
|
Initial value:
{
STANDARD20_MODULE_STUFF,
NULL,
NULL,
init_server_config,
NULL,
cas_directives,
cas_register_hooks
}
|
1.3