|
Apache HTTPD
|
#include "httpd.h"#include "http_config.h"#include "http_log.h"#include "apr_strings.h"#include "ap_mpm.h"#include "scoreboard.h"#include "mod_watchdog.h"Go to the source code of this file.
Classes | |
| struct | hb_ctx_t |
Macros | |
| #define | HEARTBEAT_INTERVAL (1) |
| #define | MSG_VERSION (1) |
Typedefs | |
| typedef struct hb_ctx_t | hb_ctx_t |
Functions | |
| static int | hb_monitor (hb_ctx_t *ctx, apr_pool_t *p) |
| static int | hb_watchdog_init (server_rec *s, const char *name, apr_pool_t *pool) |
| static int | hb_watchdog_exit (server_rec *s, const char *name, apr_pool_t *pool) |
| static int | hb_watchdog_step (server_rec *s, const char *name, apr_pool_t *pool) |
| static int | hb_watchdog_need (server_rec *s, const char *name, int parent, int singleton) |
| static void | hb_register_hooks (apr_pool_t *p) |
| static void * | hb_create_config (apr_pool_t *p, server_rec *s) |
| static const char * | cmd_hb_address (cmd_parms *cmd, void *dconf, const char *addr) |
Variables | |
| static const char * | msg_format = "v=%u&ready=%u&busy=%u" |
| static const command_rec | hb_cmds [] |
| static int *const | aplog_module_index = &( heartbeat_module.module_index) |
| #define HEARTBEAT_INTERVAL (1) |
Definition at line 27 of file mod_heartbeat.c.
| #define MSG_VERSION (1) |
Definition at line 43 of file mod_heartbeat.c.
< Forbidden in <VirtualHost>
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
Definition at line 166 of file mod_heartbeat.c.
|
static |
Definition at line 159 of file mod_heartbeat.c.
|
static |
|
static |
Definition at line 151 of file mod_heartbeat.c.
|
static |
< Module has handled this stage.
Definition at line 125 of file mod_heartbeat.c.
|
static |
< Module has handled this stage.
Definition at line 115 of file mod_heartbeat.c.
< Module has handled this stage.
< Module declines to handle
Definition at line 140 of file mod_heartbeat.c.
|
static |
< Module has handled this stage.
Definition at line 130 of file mod_heartbeat.c.
Definition at line 220 of file mod_heartbeat.c.
|
static |
Definition at line 214 of file mod_heartbeat.c.