View | Details | Raw Unified | Return to bug 43167
Collapse All | Expand All

(-)apache2-2.2.4.orig/modules/proxy/mod_proxy.c (+6 lines)
Lines 219-224 Link Here
219
                else
219
                else
220
                    worker->status &= ~PROXY_WORKER_HOT_STANDBY;
220
                    worker->status &= ~PROXY_WORKER_HOT_STANDBY;
221
            }
221
            }
222
	    else if (*v == 'I' || *v == 'i') {
223
	    	if (mode)
224
		    worker->status |= PROXY_WORKER_IGNORE_ERRORS;
225
		else
226
		    worker->status &= ~PROXY_WORKER_IGNORE_ERRORS;
227
	    }
222
            else {
228
            else {
223
                return "Unknown status parameter option";
229
                return "Unknown status parameter option";
224
            }
230
            }

Return to bug 43167