Apache2
Collaboration diagram for mod_status:

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)
 

Detailed Description

Macro Definition Documentation

◆ AP_STATUS_EXTENDED

#define AP_STATUS_EXTENDED   (0x4) /* detailed report */

◆ AP_STATUS_NOTABLE

#define AP_STATUS_NOTABLE   (0x2) /* HTML report without tables */

◆ AP_STATUS_SHORT

#define AP_STATUS_SHORT   (0x1) /* short, non-HTML report requested */

◆ STATUS_DECLARE

#define STATUS_DECLARE (   type)    type

◆ STATUS_DECLARE_DATA

#define STATUS_DECLARE_DATA

◆ STATUS_DECLARE_NONSTD

#define STATUS_DECLARE_NONSTD (   type)    type

Function Documentation

◆ ap_hook_status_hook()

int ap_hook_status_hook ( request_rec r,
int  flags 
)