]> granicus.if.org Git - apache/commitdiff
Mention the new --with-suexec-bin parameter.
authorAaron Bannert <aaron@apache.org>
Thu, 22 Nov 2001 20:32:24 +0000 (20:32 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 22 Nov 2001 20:32:24 +0000 (20:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92135 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index fbc5e8ac84eacbebe6b3a2d21e9cecc784fc3ba3..01532be4eb8b4856dbf4537768ee89dce4646f87 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.29-dev
 
+  *) Allow SUEXEC_BIN (the path to the suexec binary that is
+     hard-coded into the server) to be specified to the configure
+     script by the --with-suexec-bin parameter.  [Aaron Bannert]
+
   *) Fix segv in worker MPM following accept on pipe-of-death
      [Brian Pane]