From: shadzik Date: Mon, 27 Dec 2010 09:45:03 +0000 (+0000) Subject: - reverted, seems to be right that way, but won't work for me... X-Git-Tag: auto/ti/apache-2_2_17-6~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=8955c9de21ab0b41ae385bf281a7739ed9de10d5 - reverted, seems to be right that way, but won't work for me... Changed files: apache-suexec_fcgi.patch -> 1.3 --- diff --git a/apache-suexec_fcgi.patch b/apache-suexec_fcgi.patch index 5e27892..d50b484 100644 --- a/apache-suexec_fcgi.patch +++ b/apache-suexec_fcgi.patch @@ -86,7 +86,7 @@ diff -urNp httpd-2.2.8.orig/support/suexec.c httpd-2.2.8/support/suexec.c + * name/group is different from the name/group of the cwd + * or the program. + */ -+ if(!strcmp(base_pathname(prog),"suexec.fcgi")) { ++ if(strcmp(base_pathname(prog),"suexec.fcgi")) { + if ((uid != dir_info.st_uid) || + (gid != dir_info.st_gid) || + (uid != prg_info.st_uid) ||