summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2010-11-10 15:34:43 +0000
committerJeff Trawick <trawick@apache.org>2010-11-10 15:34:43 +0000
commitd4d90bdf0a9ba330901b17f52bdbe8303220256c (patch)
treeda19c3d308fcfed38df3fde1145dbd5ea12d7b54 /CHANGES
parent38064564e91a34da75a9f575a6d779c0102f741e (diff)
downloadhttpd-d4d90bdf0a9ba330901b17f52bdbe8303220256c.tar.gz
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). Change SuexecUserGroup to fail startup instead of just printing a warning if suEXEC is disabled. Additionally, ap_unixd_config.suexec_disabled_reason has a message, suitable for logging/messaging, explaining why the feature isn't available. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 81d6db7ebe..4d780b102b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@ Changes with Apache 2.3.9
Fix a denial of service attack against mod_reqtimeout.
[Stefan Fritsch]
+ *) 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). Change SuexecUserGroup to fail
+ startup instead of just printing a warning if suEXEC is disabled.
+ [Jeff Trawick]
+
*) core: Add Error directive for aborting startup or htaccess processing
with a specified error message. [Jeff Trawick]