|
Apache HTTPD
|
#include "mod_proxy.h"#include "proxy_util.h"#include "scoreboard.h"#include "ap_mpm.h"#include "apr_version.h"#include "ap_hooks.h"#include "apr_date.h"#include "util_md5.h"#include "mod_watchdog.h"Go to the source code of this file.
Variables | |
| static const char * | balancer_mutex_type = "proxy-balancer-shm" |
| ap_slotmem_provider_t * | storage = NULL |
| static apr_OFN_set_worker_hc_param_t * | set_worker_hc_param_f = NULL |
| static int(* | ap_proxy_retry_worker_fn )(const char *proxy_function, proxy_worker *worker, server_rec *s) = NULL |
| static apr_OFN_hc_show_exprs_t * | hc_show_exprs_f = NULL |
| static apr_OFN_hc_select_exprs_t * | hc_select_exprs_f = NULL |
| static apr_OFN_hc_valid_expr_t * | hc_valid_expr_f = NULL |
| static int *const | aplog_module_index = &( proxy_balancer_module.module_index) |
|
static |
Definition at line 2038 of file mod_proxy_balancer.c.
|
static |
Definition at line 2002 of file mod_proxy_balancer.c.
|
static |
Definition at line 1423 of file mod_proxy_balancer.c.
|
static |
< Module has handled this stage.
Definition at line 393 of file mod_proxy_balancer.c.
|
static |
< Module declines to handle
RFC 2616: HTTP
RFC 2616: HTTP
< Module declines to handle
RFC 2616: HTTP
< Module has served the response completely * - it's safe to die() with no more output
Definition at line 1892 of file mod_proxy_balancer.c.
|
static |
Definition at line 1387 of file mod_proxy_balancer.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
Definition at line 848 of file mod_proxy_balancer.c.
|
static |
< Module has handled this stage.
Definition at line 48 of file mod_proxy_balancer.c.
|
static |
Definition at line 1117 of file mod_proxy_balancer.c.
Definition at line 1047 of file mod_proxy_balancer.c.
|
static |
Definition at line 450 of file mod_proxy_balancer.c.
|
static |
Definition at line 328 of file mod_proxy_balancer.c.
|
static |
Definition at line 201 of file mod_proxy_balancer.c.
|
static |
Definition at line 272 of file mod_proxy_balancer.c.
|
static |
Definition at line 414 of file mod_proxy_balancer.c.
|
static |
Definition at line 165 of file mod_proxy_balancer.c.
|
static |
Definition at line 139 of file mod_proxy_balancer.c.
|
static |
Definition at line 106 of file mod_proxy_balancer.c.
|
static |
Definition at line 718 of file mod_proxy_balancer.c.
|
static |
Definition at line 741 of file mod_proxy_balancer.c.
|
static |
Definition at line 803 of file mod_proxy_balancer.c.
|
static |
< Module declines to handle
< Module has handled this stage.
Definition at line 71 of file mod_proxy_balancer.c.
|
static |
< Module has handled this stage.
Definition at line 638 of file mod_proxy_balancer.c.
|
static |
< Module declines to handle
Definition at line 461 of file mod_proxy_balancer.c.
|
static |
Definition at line 1058 of file mod_proxy_balancer.c.
|
static |
Definition at line 697 of file mod_proxy_balancer.c.
|
static |
Definition at line 1102 of file mod_proxy_balancer.c.
|
static |
Definition at line 36 of file mod_proxy_balancer.c.
Definition at line 2057 of file mod_proxy_balancer.c.
Definition at line 29 of file mod_proxy_balancer.c.
|
static |
Definition at line 40 of file mod_proxy_balancer.c.
|
static |
Definition at line 39 of file mod_proxy_balancer.c.
|
static |
Definition at line 41 of file mod_proxy_balancer.c.
|
static |
Definition at line 34 of file mod_proxy_balancer.c.
| ap_slotmem_provider_t* storage = NULL |
Definition at line 30 of file mod_proxy_balancer.c.