#include <apache_handler.h>
Inheritance diagram for ApacheBase:
Protected Member Functions | |
char * | get_cpp_var (ApacheRequestRec *r, const char *name) |
This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a directory block of the httpd.conf file. | |
char * | get_server_var (ApacheServerRec *r, const char *name) |
This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a server block of the httpd.conf file. |
|
This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a directory block of the httpd.conf file.
|
|
This method allows your module to query the core for a parameter passed via the PassCPPVar directive in a server block of the httpd.conf file.
|