Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

Apache related stuff


Data Structures

struct  mod_cas_conf

Functions

mod_cas_confcas_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 []

Function Documentation

apr_status_t cas_cleanup_child void *  server_rec  )  [static]
 

Called upon the exit of a child process.

Parameters:
server_rec not used.
Returns:
Always APR_SUCCESS.
Note:
mod_cas currently takes this opportunity to munmap() our cache database if one was previously mmap()'d.

void cas_register_hooks apr_pool_t *  p  )  [static]
 

Apache 2.0-style hook registration

mod_cas_conf* cas_sconfig const server_rec *  s  ) 
 

Locates a server configuration record

Parameters:
s the server
Returns:
its configuration.

void init_child apr_pool_t *  p,
server_rec *  s
[static]
 

Called upon the initializaion of a child process.

Parameters:
p an apache pool.
s the server.
Note:
mod_cas currently * takes this opportunity to mmap() our cache database if one has been requested.

void* init_server_config apr_pool_t *  p,
server_rec *  s
[static]
 

Returns a newly allocated server configuration record, filled in with the default values.

Parameters:
p an apache pool.
s the server.
Note:
Since we provide no "merge" routine, we expect that more specific settings will occlude less specific settings. This may be important -- for instance, if there is a virtual server configured for SSL support on a server that is otherwise unprotected.


Variable Documentation

const command_rec cas_directives[] [static]
 

Table of supported configuration directives

module AP_MODULE_DECLARE_DATA cas_module
 

Initial value:

{
    STANDARD20_MODULE_STUFF,            
    NULL,                               
    NULL,                               
    init_server_config,                 
    NULL,                               
    cas_directives,                     
    cas_register_hooks                  
}
Our exported link to Apache.


Generated on Thu Jun 26 14:33:06 2003 for mod_cas by doxygen1.3