From: Jeff Trawick Date: Sun, 14 Nov 2010 15:27:21 +0000 (+0000) Subject: Suexec X-Git-Tag: 2.2.18~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1987411ee30a2d23c9b45608b1fd924a5ba2c5b;p=thirdparty%2Fapache%2Fhttpd.git Suexec git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1035006 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 14a1339e225..078d0713929 100644 --- a/STATUS +++ b/STATUS @@ -171,6 +171,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://mail-archives.apache.org/mod_mbox/httpd-dev/201011.mbox/%3C201011032112.06345.sf@sfritsch.de%3E They need to be fixed in trunk first. + * suEXEC: Add Suexec directive to disable suEXEC without renaming the + binary (Suexec Off), or force startup failure if suEXEC is required + but not supported (Suexec On). + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1033519 + Simpler 2.2.x patch: http://people.apache.org/~trawick/suexec-2.2.txt + (unlike trunk, a) doesn't cause startup to fail if SuexecUserGroup + coded but suEXEC disabled, and b) doesn't add field to unixd structure + with reason string for why suEXEC is disabled) + Plz consider where doc for directive should go. Patch has it in core, as + enabling/disabling the basic capability is not split out into mod_unixd 2.2.x. + +1: trawick PATCHES/ISSUES THAT ARE STALLED