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

/httpd/modules/proxy/
H A Dmod_proxy_connect.c241 return ap_proxyerror(r, HTTP_BAD_REQUEST,
259 return ap_proxyerror(r, HTTP_BAD_GATEWAY,
267 return ap_proxyerror(r, HTTP_FORBIDDEN,
277 return ap_proxyerror(r, HTTP_FORBIDDEN,
H A Dmod_proxy_ftp.c861 ret = ap_proxyerror(r, HTTP_GATEWAY_TIME_OUT,
865 ret = ap_proxyerror(r, HTTP_BAD_GATEWAY,
869 ret = ap_proxyerror(r, HTTP_BAD_GATEWAY,
896 ap_proxyerror(r, HTTP_GATEWAY_TIME_OUT,
902 ap_proxyerror(r, HTTP_BAD_GATEWAY,
959 return ap_proxyerror(r, statuscode, message);
1035 return ap_proxyerror(r, HTTP_BAD_REQUEST,
1066 return ap_proxyerror(r, HTTP_BAD_REQUEST, apr_pstrcat(r->pool,
1089 return ap_proxyerror(r, HTTP_BAD_REQUEST,
1148 return ap_proxyerror(
[all...]
H A Dmod_proxy_http.c1384 return ap_proxyerror(r, HTTP_SERVICE_UNAVAILABLE, "Timeout on 100-Continue");
1427 return ap_proxyerror(r, HTTP_GATEWAY_TIME_OUT,
1448 return ap_proxyerror(r, HTTP_BAD_GATEWAY,
1553 return ap_proxyerror(r, HTTP_BAD_GATEWAY,
1947 return ap_proxyerror(r, HTTP_BAD_GATEWAY,
H A Dmod_proxy.h571 PROXY_DECLARE(int) ap_proxyerror(request_rec *r, int statuscode, const char *message);
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,
H A Dmod_proxy_balancer.c397 return ap_proxyerror(r, HTTP_BAD_REQUEST, apr_pstrcat(r->pool,
H A Dmod_proxy.c972 return ap_proxyerror(r, HTTP_BAD_REQUEST,
993 return ap_proxyerror(r, HTTP_BAD_REQUEST,

Completed in 65 milliseconds