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

Child Startup/Exit


Functions

void macs_apxs_init (server_rec *, pool *)
 Module initializations.

void macs_apxs_child_init (server_rec *, pool *)
 Initialize connections.

void macs_apxs_child_exit (server_rec *, pool *)
 De-initialize libmacs.


Detailed Description

These routines run when an Apache child starts or stops.

Function Documentation

void macs_apxs_init server_rec *    s,
pool *    p
 

Module initializations.

This is called once at module initialization. At present it logs an informative line and exits.

void macs_apxs_child_init server_rec *    s,
pool *    p
 

Initialize connections.

This is called at each child startup. The servers will be pinged to trigger a connection and test it.

void macs_apxs_child_exit server_rec *    s,
pool *    p
 

De-initialize libmacs.

This is called at each child shutdown. free()s module and MACS configuration resources, closes MACS connections.


Generated on Mon Jul 14 14:27:00 2003 for MACS Apache Client Module by doxygen1.3-rc3