X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=apache-suexec_fcgi.patch;h=9e68c45cc58784ce4e70bea86e614a64bfabf3ed;hb=ff69fbd851d0e96745fac8a4d8958524ffe1d0c2;hp=d50b484f0a86707f89b3fd18389a99511ab7c452;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69;p=packages%2Fapache.git diff --git a/apache-suexec_fcgi.patch b/apache-suexec_fcgi.patch index d50b484..9e68c45 100644 --- a/apache-suexec_fcgi.patch +++ b/apache-suexec_fcgi.patch @@ -31,14 +31,6 @@ diff -urNp httpd-2.2.8.orig/support/suexec.c httpd-2.2.8/support/suexec.c struct stat dir_info; /* directory info holder */ struct stat prg_info; /* program info holder */ -@@ -270,6 +286,7 @@ int main(int argc, char *argv[]) - clean_env(); - - prog = argv[0]; -+ - /* - * Check existence/validity of the UID of the user - * running this program. Error out if invalid. @@ -382,8 +399,23 @@ int main(int argc, char *argv[]) } else {