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

Apache-2 Filter Module
[Environments]

mod_apreq.c: Apache-2 filter module More...

Defines

#define APREQ_MODULE_NAME   "APACHE2"
#define APREQ_MODULE_MAGIC_NUMBER   20031107

Detailed Description

mod_apreq.c: Apache-2 filter module

mod_apreq.c provides an input filter for using libapreq2 (and allow its parsed data structures to be shared) within the Apache-2 webserver. Using it, libapreq2 works properly in every phase of the HTTP request, from translation handlers to output filters, and even for subrequests / internal redirects.

After installing mod_apreq, be sure your webserver's httpd.conf activates it on startup with a LoadModule directive:

LoadModule modules/mod_apreq.so

Normally the installation process triggered by '% make install' will make the necessary changes to httpd.conf for you.

XXX describe normal operation, effects of apreq_config_t settings, etc.


Generated on Sat Nov 15 23:04:51 2003 for libapreq2 by doxygen1.3