Searched refs:ftp_proxyerror (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 956 int ftp_proxyerror(request_rec *r, proxy_conn_rec *conn, int statuscode, const char *message) function 1221 return ftp_proxyerror(r, backend, HTTP_GATEWAY_TIME_OUT, 1225 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, 1252 return ftp_proxyerror(r, backend, HTTP_SERVICE_UNAVAILABLE, ftpmessage); 1255 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, ftpmessage); 1271 return ftp_proxyerror(r, backend, HTTP_GATEWAY_TIME_OUT, 1275 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, 1284 return ftp_proxyerror(r, backend, HTTP_BAD_GATEWAY, ftpmessage); 1304 return ftp_proxyerror(r, backend, HTTP_GATEWAY_TIME_OUT, 1308 return ftp_proxyerror( [all...] |
Completed in 13 milliseconds