Searched refs:HTTP_BAD_GATEWAY (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_ftp.c | 517 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 …]
|
| D | proxy_http.c | 326 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()
|
| D | proxy_util.c | 1516 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()
|
| D | mod_proxy.c | 436 if (rc != DECLINED && rc != HTTP_BAD_GATEWAY) in proxy_handler()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | httpd.h | 532 #define HTTP_BAD_GATEWAY 502 macro 556 #define BAD_GATEWAY HTTP_BAD_GATEWAY
|