Apache2
|
Internal interfaces private to mod_proxy. More...
Go to the source code of this file.
Functions | |
int | ap_proxy_is_ipaddr (struct dirconn_entry *This, apr_pool_t *p) |
int | ap_proxy_is_domainname (struct dirconn_entry *This, apr_pool_t *p) |
int | ap_proxy_is_hostname (struct dirconn_entry *This, apr_pool_t *p) |
int | ap_proxy_is_word (struct dirconn_entry *This, apr_pool_t *p) |
void | proxy_util_register_hooks (apr_pool_t *p) |
Variables | |
PROXY_DECLARE_DATA int | proxy_lb_workers |
PROXY_DECLARE_DATA const apr_strmatch_pattern * | ap_proxy_strmatch_path |
PROXY_DECLARE_DATA const apr_strmatch_pattern * | ap_proxy_strmatch_domain |
Internal interfaces private to mod_proxy.