Searched defs:proxy_status (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_http.c1320 int proxy_status = OK; local
1456 proxy_status = atoi(&buffer[9]);
1474 r->status = proxy_status;
1478 "Status from backend: %d", proxy_status);
1561 if (!ap_is_HTTP_INFO(proxy_status)) {
1613 if (ap_is_HTTP_INFO(proxy_status)) {
1661 if ((proxy_status == 401) && (dconf->error_override)) {
1707 (proxy_status != HTTP_NO_CONTENT) && /* not 204 */
1708 (proxy_status != HTTP_NOT_MODIFIED)) { /* not 304 */
1724 return proxy_status;
[all...]
H A Dmod_proxy.h165 } proxy_status; /* Status display options */ member in struct:__anon275

Completed in 40 milliseconds