]> git.pld-linux.org Git - packages/apache.git/commitdiff
- reverted, seems to be right that way, but won't work for me...
authorshadzik <shadzik@pld-linux.org>
Mon, 27 Dec 2010 09:45:03 +0000 (09:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-suexec_fcgi.patch -> 1.3

apache-suexec_fcgi.patch

index 5e27892d7b59a14bf26719b8a04ff904dcbd6f99..d50b484f0a86707f89b3fd18389a99511ab7c452 100644 (file)
@@ -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.
 +     */
 +     * 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) ||
 +        if ((uid != dir_info.st_uid) ||
 +            (gid != dir_info.st_gid) ||
 +            (uid != prg_info.st_uid) ||
This page took 0.048493 seconds and 4 git commands to generate.