Searched refs:reverse (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/metadata/
H A Dmod_version.c53 * (without spaces) in order to reverse their meaning.
177 int reverse = 0, done = 0, match = 0, compare; local
206 reverse = 1;
283 if ((!reverse && match) || (reverse && !match)) {
/httpd/modules/proxy/
H A Dmod_proxy.c726 /* short way - this location is reverse proxied? */
863 /* create per-request copy of reverse proxy conf,
1258 ps->reverse = NULL;
1414 ps->reverse = overrides->reverse ? overrides->reverse : base->reverse;
2548 RSRC_CONF|ACCESS_CONF, "Interpolate Env Vars in reverse Proxy") ,
2554 "a virtual path and a URL for reverse proxy behaviour"),
2789 proxy_worker *reverse local
[all...]
H A Dmod_proxy.h115 proxy_balancer *balancer; /* only valid for reverse-proxys */
139 proxy_worker *reverse; /* reverse "module-driven" proxy worker */ member in struct:__anon275
229 * copy of the reverse proxy config
H A Dproxy_util.c271 * decode it if not already done. do not decode reverse proxied URLs
1704 * own; ie: the generic reverse-proxy or a worker
1979 * In the case of the reverse proxy, we need to see if we
2046 if (conf->reverse) {
2048 "*: using default reverse proxy worker for %s (no keepalive)", *url);
2050 *worker = conf->reverse;
2053 * The reverse worker does not keep connections alive, so
3496 * is used in a reverse proxy configuration, so that useful info
3497 * about the client can be passed through the reverse proxy and on
/httpd/modules/dav/main/
H A Dmod_dav.c2257 * If <reverse> is true (non-zero), then the list is traversed in
2258 * reverse order.
2262 int reverse)
2267 if (reverse)
2271 if (reverse)
2279 if (!reverse)
2260 dav_process_ctx_list(void (*func)(dav_prop_ctx *ctx), apr_array_header_t *ctx_list, int stop_on_error, int reverse) argument

Completed in 2009 milliseconds