Searched refs:HTTP_BAD_GATEWAY (Results 1 - 13 of 13) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 865 ret = ap_proxyerror(r, HTTP_BAD_GATEWAY, 869 ret = ap_proxyerror(r, HTTP_BAD_GATEWAY, 902 ap_proxyerror(r, HTTP_BAD_GATEWAY, 1225 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, 1255 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, ftpmessage); 1275 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, 1284 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, ftpmessage); 1308 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, 1322 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, ftpmessage); 1342 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, [all...] |
H A D | mod_proxy_connect.c | 259 return ap_proxyerror(r, HTTP_BAD_GATEWAY,
|
H A D | mod_proxy_http.c | 1448 return ap_proxyerror(r, HTTP_BAD_GATEWAY, 1504 r->status = HTTP_BAD_GATEWAY; 1553 return ap_proxyerror(r, HTTP_BAD_GATEWAY, 1947 return ap_proxyerror(r, HTTP_BAD_GATEWAY,
|
H A D | mod_proxy_wstunnel.c | 140 return HTTP_BAD_GATEWAY;
|
H A D | mod_proxy.c | 1131 if (access_status != HTTP_BAD_GATEWAY) {
|
/httpd/modules/test/ |
H A D | mod_policy.c | 244 f->r->content_type, types), conf->type_url, bb, HTTP_BAD_GATEWAY); 275 conf->length_url, bb, HTTP_BAD_GATEWAY); 328 conf->keepalive_url, bb, HTTP_BAD_GATEWAY); 391 conf->vary_url, bb, HTTP_BAD_GATEWAY); 466 HTTP_BAD_GATEWAY); 507 HTTP_BAD_GATEWAY); 612 conf->nocache_url, bb, HTTP_BAD_GATEWAY); 714 bb, HTTP_BAD_GATEWAY); 734 bb, HTTP_BAD_GATEWAY); 760 conf->maxage_url, bb, HTTP_BAD_GATEWAY); [all...] |
/httpd/modules/http/ |
H A D | chunk_filter.c | 76 (((ap_bucket_error *)(e->data))->status == HTTP_BAD_GATEWAY || 167 * status HTTP_BAD_GATEWAY. We have memorized an 169 * The error bucket with status HTTP_BAD_GATEWAY indicates that the
|
H A D | http_protocol.c | 1203 case HTTP_BAD_GATEWAY:
|
H A D | http_filters.c | 1701 if (((ap_bucket_error *)(e->data))->status == HTTP_BAD_GATEWAY ||
|
/httpd/include/ |
H A D | httpd.h | 531 #define HTTP_BAD_GATEWAY 502 macro
|
/httpd/modules/dav/main/ |
H A D | util.c | 248 result.err.status = HTTP_BAD_GATEWAY; 287 result.err.status = HTTP_BAD_GATEWAY;
|
H A D | mod_dav.c | 2712 return dav_error_response(r, HTTP_BAD_GATEWAY, 4478 else if (lookup.err.status == HTTP_BAD_GATEWAY) { 4509 return dav_error_response(r, HTTP_BAD_GATEWAY,
|
/httpd/modules/ssl/ |
H A D | ssl_engine_io.c | 941 bucket = ap_bucket_error_create(HTTP_BAD_GATEWAY, NULL,
|
Completed in 201 milliseconds