|
Apache HTTPD
|
#include "mod_proxy.h"#include "mod_core.h"#include "apr_optional.h"#include "apr_strings.h"#include "scoreboard.h"#include "mod_status.h"#include "proxy_util.h"#include "mod_ssl.h"Go to the source code of this file.
Macros | |
| #define | MAX(x, y) ((x) >= (y) ? (x) : (y)) |
< Forbidden in .htaccess files
Definition at line 2602 of file mod_proxy.c.
|
static |
< Forbidden in <Directory>
< Forbidden in <Files> or <If>
unused
Definition at line 1969 of file mod_proxy.c.
Definition at line 2171 of file mod_proxy.c.
Definition at line 2177 of file mod_proxy.c.
|
static |
< Forbidden in <Directory>
< Forbidden in <Files> or <If>
Definition at line 2183 of file mod_proxy.c.
|
static |
unused
Definition at line 1859 of file mod_proxy.c.
Definition at line 2411 of file mod_proxy.c.
|
static |
Definition at line 1926 of file mod_proxy.c.
|
static |
Definition at line 1932 of file mod_proxy.c.
Definition at line 532 of file mod_proxy.c.
Definition at line 588 of file mod_proxy.c.
|
static |
Definition at line 2807 of file mod_proxy.c.
|
static |
Definition at line 3245 of file mod_proxy.c.
|
static |
Definition at line 2235 of file mod_proxy.c.
|
static |
Definition at line 2222 of file mod_proxy.c.
|
static |
Definition at line 1555 of file mod_proxy.c.
|
static |
Definition at line 1777 of file mod_proxy.c.
Definition at line 2428 of file mod_proxy.c.
Definition at line 1802 of file mod_proxy.c.
|
static |
Definition at line 1602 of file mod_proxy.c.
|
static |
Definition at line 1695 of file mod_proxy.c.
|
static |
Definition at line 1807 of file mod_proxy.c.
|
static |
< Standard proxy
< Standard proxy
< Module declines to handle
Definition at line 791 of file mod_proxy.c.
|
static |
< Module declines to handle
Definition at line 1159 of file mod_proxy.c.
|
static |
< Module declines to handle
< Module declines to handle
< Reverse proxy
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
RFC 2616: HTTP
< No proxy
< Module has handled this stage.
< No proxy
< Module has handled this stage.
RFC 2616: HTTP
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
< Module has served the response completely * - it's safe to die() with no more output
Definition at line 1213 of file mod_proxy.c.
|
static |
< Module declines to handle
< Module has handled this stage.
Definition at line 1135 of file mod_proxy.c.
RFC 2616: HTTP
< Module declines to handle
< Module declines to handle
Definition at line 1175 of file mod_proxy.c.
|
static |
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
Definition at line 3087 of file mod_proxy.c.
|
static |
< Module has handled this stage.
Definition at line 3327 of file mod_proxy.c.
|
static |
Definition at line 1049 of file mod_proxy.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
Definition at line 3127 of file mod_proxy.c.
|
static |
< Module has served the response completely * - it's safe to die() with no more output
< Module has handled this stage.
< Module declines to handle
< Module declines to handle
< Module declines to handle
< Module declines to handle
Definition at line 979 of file mod_proxy.c.
|
static |
Definition at line 1054 of file mod_proxy.c.
|
static |
< Module has handled this stage.
Definition at line 1059 of file mod_proxy.c.
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
< *.conf inside <Directory> or <Location> and .htaccess when AllowOverride Limit
< *.conf anywhere and .htaccess when AllowOverride Options
< *.conf anywhere and .htaccess when AllowOverride FileInfo
< *.conf inside <Directory> or <Location> and .htaccess when AllowOverride AuthConfig
< *.conf anywhere and .htaccess when AllowOverride Indexes
< *.conf inside <Directory> or <Location>
< *.conf inside <Proxy> only
unused
< suggested prefix for ap_regname
Definition at line 2816 of file mod_proxy.c.
|
static |
Definition at line 3345 of file mod_proxy.c.
Definition at line 2517 of file mod_proxy.c.
|
static |
Definition at line 365 of file mod_proxy.c.
Definition at line 2558 of file mod_proxy.c.
Definition at line 2582 of file mod_proxy.c.
Definition at line 2452 of file mod_proxy.c.
Definition at line 2466 of file mod_proxy.c.
Definition at line 2573 of file mod_proxy.c.
Definition at line 2592 of file mod_proxy.c.
Definition at line 2419 of file mod_proxy.c.
Definition at line 2286 of file mod_proxy.c.
Definition at line 2342 of file mod_proxy.c.
|
static |
Definition at line 2366 of file mod_proxy.c.
Definition at line 2249 of file mod_proxy.c.
< Forbidden in .htaccess files
Definition at line 2707 of file mod_proxy.c.
Definition at line 2355 of file mod_proxy.c.
Definition at line 2477 of file mod_proxy.c.
|
static |
Definition at line 2437 of file mod_proxy.c.
Definition at line 1758 of file mod_proxy.c.
Definition at line 2538 of file mod_proxy.c.
Definition at line 2494 of file mod_proxy.c.
|
static |
Definition at line 96 of file mod_proxy.c.
| struct { ... } _hooks |
Definition at line 3381 of file mod_proxy.c.
| apr_array_header_t* link_canon_handler |
Definition at line 3399 of file mod_proxy.c.
| apr_array_header_t* link_check_trans |
Definition at line 3399 of file mod_proxy.c.
| apr_array_header_t* link_post_request |
Definition at line 3399 of file mod_proxy.c.
| apr_array_header_t* link_pre_request |
Definition at line 3399 of file mod_proxy.c.
| apr_array_header_t* link_request_status |
Definition at line 3399 of file mod_proxy.c.
| apr_array_header_t* link_scheme_handler |
Definition at line 3399 of file mod_proxy.c.
|
static |
Definition at line 2964 of file mod_proxy.c.
Definition at line 77 of file mod_proxy.c.
| apr_global_mutex_t* proxy_mutex = NULL |
Definition at line 78 of file mod_proxy.c.
|
static |
Definition at line 3041 of file mod_proxy.c.
|
static |
Definition at line 3040 of file mod_proxy.c.
|
static |
Definition at line 3042 of file mod_proxy.c.
|
static |
Definition at line 44 of file mod_proxy.c.