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

(-)httpd-2.2.4/os/unix/unixd.c~ (-1 / +1 lines)
Lines 215-221 Link Here
215
    }
215
    }
216
216
217
    if ((wrapper.protection & APR_USETID) && wrapper.user == 0) {
217
    if ((wrapper.protection & APR_USETID) && wrapper.user == 0) {
218
        unixd_config.suexec_enabled = 1;
218
        unixd_config.suexec_enabled = access(SUEXEC_BIN, R_OK|X_OK) == 0;
219
    }
219
    }
220
}
220
}
221
221

Return to bug 42175