diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-10-01 19:13:28 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-10-01 19:13:28 +0200 |
commit | 35be91f9ec4348d4ea7a249fff3bf7e116c6405e (patch) | |
tree | e53fe2ce913403c40b716f060eca38ab40d36dbe /httpd-2.2.9-suenable.patch | |
parent | b8a434bc812f9a44fa1ec05e735e57ef6ef74e01 (diff) |
httpd 2.3.8 first work
Diffstat (limited to 'httpd-2.2.9-suenable.patch')
-rw-r--r-- | httpd-2.2.9-suenable.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/httpd-2.2.9-suenable.patch b/httpd-2.2.9-suenable.patch deleted file mode 100644 index 2227632..0000000 --- a/httpd-2.2.9-suenable.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- httpd-2.2.9/os/unix/unixd.c.suenable -+++ httpd-2.2.9/os/unix/unixd.c -@@ -215,7 +215,7 @@ AP_DECLARE(void) unixd_pre_config(apr_po - } - - if ((wrapper.protection & APR_USETID) && wrapper.user == 0) { -- unixd_config.suexec_enabled = 1; -+ unixd_config.suexec_enabled = access(SUEXEC_BIN, R_OK|X_OK) == 0; - } - } - |