]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Suexec
authorJeff Trawick <trawick@apache.org>
Sun, 14 Nov 2010 15:27:21 +0000 (15:27 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 14 Nov 2010 15:27:21 +0000 (15:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1035006 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 14a1339e225454217797360d6573bae4f726b2d0..078d0713929964a71ac26dfd2df034f43be8e8cb 100644 (file)
--- 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