Searched refs:ap_proxyerror (Results 1 - 7 of 7) sorted by relevance
| /httpd/modules/proxy/ |
| H A D | mod_proxy_connect.c | 241 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 D | mod_proxy_ftp.c | 861 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 D | mod_proxy_http.c | 1384 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 D | mod_proxy.h | 571 PROXY_DECLARE(int) ap_proxyerror(request_rec *r, int statuscode, const char *message);
|
| H A D | proxy_util.c | 380 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 D | mod_proxy_balancer.c | 397 return ap_proxyerror(r, HTTP_BAD_REQUEST, apr_pstrcat(r->pool,
|
| H A D | mod_proxy.c | 972 return ap_proxyerror(r, HTTP_BAD_REQUEST, 993 return ap_proxyerror(r, HTTP_BAD_REQUEST,
|
Completed in 65 milliseconds