Searched defs:proxy (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/debugging/ |
H A D | mod_firehose.c | 77 proxy_enum proxy; member in struct:firehose_conn_t 427 if (!conn->file || (conn->proxy == FIREHOSE_NORMAL 428 && !c->sbh) || (conn->proxy == FIREHOSE_PROXY && c->sbh)) { 441 ctx->direction = conn->proxy == FIREHOSE_PROXY ? '>' : '<'; 447 ctx->direction = conn->proxy == FIREHOSE_PROXY ? '<' : '>'; 489 conn->filename, conn->proxy == FIREHOSE_PROXY ? "proxy " : "", 542 const char *arg2, proxy_enum proxy, direction_enum direction, 556 firehose->proxy = proxy; 541 firehose_enable_connection(cmd_parms *cmd, const char *arg1, const char *arg2, proxy_enum proxy, direction_enum direction, request_enum request) argument [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 39 static const char * const proxy_id = "proxy"; 43 * A Web proxy module. Stages: 45 * translate_name: set filename to proxy:<URL> 52 * handler: handle proxy requests 509 * short-circuit the proxy... just because of the ordering in the 529 r->filename = apr_pstrcat(r->pool, "proxy:", r->uri, NULL); 530 r->handler = "proxy-server"; 539 r->filename = apr_pstrcat(r->pool, "proxy:", r->uri, NULL); 540 r->handler = "proxy-server"; 654 found = apr_pstrcat(r->pool, "proxy 2913 AP_DECLARE_MODULE(proxy) = variable [all...] |
H A D | proxy_util.c | 17 /* Utility routines for Apache proxy */ 43 APLOG_USE_MODULE(proxy); variable 47 * using a forward proxy. 88 APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(proxy, PROXY, int, create_req, 385 "The proxy server could not handle the request <em><a href=\"", 802 * i.e. the forward address proxy case, where this server does 1704 * own; ie: the generic reverse-proxy or a worker 1979 * In the case of the reverse proxy, we need to see if we 1988 if (!strncmp(r->filename, "proxy:", 6) && 2000 /* r->filename starts w/ "proxy [all...] |
/httpd/modules/ssl/ |
H A D | ssl_private.h | 251 #define myCtxConfig(sslconn, sc) (sslconn->is_proxy ? sc->proxy : sc->server) 542 /** proxy can have any number of cert/key pairs */ 659 modssl_ctx_t *proxy; member in struct:SSLSrvConfigRec
|
Completed in 25 milliseconds