Searched refs:HTTP_BAD_GATEWAY (Results 1 - 13 of 13) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c865 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 Dmod_proxy_connect.c259 return ap_proxyerror(r, HTTP_BAD_GATEWAY,
H A Dmod_proxy_http.c1448 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 Dmod_proxy_wstunnel.c140 return HTTP_BAD_GATEWAY;
H A Dmod_proxy.c1131 if (access_status != HTTP_BAD_GATEWAY) {
/httpd/modules/test/
H A Dmod_policy.c244 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 Dchunk_filter.c76 (((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 Dhttp_protocol.c1203 case HTTP_BAD_GATEWAY:
H A Dhttp_filters.c1701 if (((ap_bucket_error *)(e->data))->status == HTTP_BAD_GATEWAY ||
/httpd/include/
H A Dhttpd.h531 #define HTTP_BAD_GATEWAY 502 macro
/httpd/modules/dav/main/
H A Dutil.c248 result.err.status = HTTP_BAD_GATEWAY;
287 result.err.status = HTTP_BAD_GATEWAY;
H A Dmod_dav.c2712 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 Dssl_engine_io.c941 bucket = ap_bucket_error_create(HTTP_BAD_GATEWAY, NULL,

Completed in 201 milliseconds