Home
last modified time | relevance | path

Searched refs:HTTP_BAD_GATEWAY (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_ftp.c517 ret = ap_proxyerror(r, HTTP_BAD_GATEWAY, in ftp_set_TYPE()
522 ret = ap_proxyerror(r, HTTP_BAD_GATEWAY, in ftp_set_TYPE()
741 ap_proxyerror(r, HTTP_BAD_GATEWAY, ap_pstrcat(r->pool, in ap_proxy_ftp_handler()
763 ap_proxyerror(r, HTTP_BAD_GATEWAY, in ap_proxy_ftp_handler()
768 ap_proxyerror(r, HTTP_BAD_GATEWAY, resp)); in ap_proxy_ftp_handler()
791 ap_proxyerror(r, HTTP_BAD_GATEWAY, in ap_proxy_ftp_handler()
800 HTTP_BAD_GATEWAY); in ap_proxy_ftp_handler()
823 ap_proxyerror(r, HTTP_BAD_GATEWAY, in ap_proxy_ftp_handler()
837 HTTP_BAD_GATEWAY); in ap_proxy_ftp_handler()
864 ap_proxyerror(r, HTTP_BAD_GATEWAY, in ap_proxy_ftp_handler()
[all …]
Dproxy_http.c326 return ap_proxyerror(r, HTTP_BAD_GATEWAY, ap_pstrcat(r->pool, in ap_proxy_http_handler()
356 return ap_proxyerror(r, HTTP_BAD_GATEWAY, errmsg); in ap_proxy_http_handler()
602 return ap_proxyerror(r, HTTP_BAD_GATEWAY, ap_pstrcat(r->pool, in ap_proxy_http_handler()
Dproxy_util.c1516 return ap_proxyerror(r, HTTP_BAD_GATEWAY, in ap_proxy_read_response_line()
1522 return ap_proxyerror(r, HTTP_BAD_GATEWAY, in ap_proxy_read_response_line()
1542 return HTTP_BAD_GATEWAY; in ap_proxy_read_response_line()
Dmod_proxy.c436 if (rc != DECLINED && rc != HTTP_BAD_GATEWAY) in proxy_handler()
/mirbsd/src/usr.sbin/httpd/src/include/
Dhttpd.h532 #define HTTP_BAD_GATEWAY 502 macro
556 #define BAD_GATEWAY HTTP_BAD_GATEWAY