#include "mod_proxy.h"
#include "apr_poll.h"
Go to the source code of this file.
|
| static void * | create_config (apr_pool_t *p, server_rec *s) |
| |
| static void * | merge_config (apr_pool_t *p, void *basev, void *overridesv) |
| |
| static const char * | set_allowed_ports (cmd_parms *parms, void *dummy, const char *arg) |
| |
| static int | allowed_port (connect_conf *conf, int port) |
| |
| static int | proxy_connect_canon (request_rec *r, char *url) |
| |
| static int | proxy_connect_handler (request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) |
| |
| static void | ap_proxy_connect_register_hook (apr_pool_t *p) |
| |
◆ CONN_BLKSZ
◆ allowed_port()
◆ ap_proxy_connect_register_hook()
◆ create_config()
◆ merge_config()
◆ proxy_connect_canon()
< Module declines to handle
< Module has handled this stage.
Definition at line 135 of file mod_proxy_connect.c.
◆ proxy_connect_handler()
< 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
< Module has handled this stage.
Definition at line 147 of file mod_proxy_connect.c.
◆ set_allowed_ports()
◆ aplog_module_index
| int* const aplog_module_index = &( proxy_connect_module.module_index) |
|
static |
◆ cmds
Initial value:=
{
}
static const char * set_allowed_ports(cmd_parms *parms, void *dummy, const char *arg)
Definition at line 389 of file mod_proxy_connect.c.