Apache2
|
Status Report Extension Module to Apache. More...
Go to the source code of this file.
Macros | |
#define | AP_STATUS_SHORT (0x1) /* short, non-HTML report requested */ |
#define | AP_STATUS_NOTABLE (0x2) /* HTML report without tables */ |
#define | AP_STATUS_EXTENDED (0x4) /* detailed report */ |
#define | STATUS_DECLARE(type) type |
#define | STATUS_DECLARE_NONSTD(type) type |
#define | STATUS_DECLARE_DATA |
Functions | |
int | ap_hook_status_hook (request_rec *r, int flags) |
Status Report Extension Module to Apache.