Searched defs:ap_proxyerror (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dproxy_util.c380 PROXY_DECLARE(int) ap_proxyerror(request_rec *r, int statuscode, const char *message) function
2256 return ap_proxyerror(r, HTTP_BAD_REQUEST,
2413 return ap_proxyerror(r, HTTP_GATEWAY_TIME_OUT,
2432 return ap_proxyerror(r, HTTP_FORBIDDEN,
3640 return ap_proxyerror(r, HTTP_INTERNAL_SERVER_ERROR,

Completed in 23 milliseconds