Lines Matching defs:proxy_status
1320 int proxy_status = OK;
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;
1730 (proxy_status != HTTP_NO_CONTENT) && /* not 204 */
1731 (proxy_status != HTTP_NOT_MODIFIED)) { /* not 304 */
1756 if (!dconf->error_override || !ap_is_HTTP_ERROR(proxy_status)) {
1766 if (dconf->error_override && !ap_is_HTTP_ERROR(proxy_status)