Commit 2fbb10f0 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

suEXEC: Fix backport r1070639 which breaks compilation for platforms which do

not support suexec. The patch also avoids printing the useless suexec path.     

Submitted by: fuankg
Reviewed  by: rpluem, trawick


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1076611 13f79535-47bb-0310-9956-ffa450edef68
parent 9ce845f7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -132,13 +132,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: Trunk version of patch works with offset  
     +1 fuankg

  * suEXEC: Fix backport r1070639 which breaks compilation for platforms which do
     not support suexec. The patch also avoids printing the useless suexec path.     
     Trunk patch: n/a
     2.2.x patch: http://people.apache.org/~fuankg/diffs/httpd_h.diff
     +1 fuankg, rpluem


PATCHES/ISSUES THAT ARE STALLED

  * mod_dav: If an unknown Content-* header is received for a PUT request, we
+2 −0
Original line number Diff line number Diff line
@@ -154,9 +154,11 @@ extern "C" {
#endif

/** The path to the suExec wrapper, can be overridden in Configuration */
#if !defined(NETWARE) && !defined(WIN32)
#ifndef SUEXEC_BIN
#define SUEXEC_BIN  HTTPD_ROOT "/bin/suexec"
#endif
#endif

/** The timeout for waiting for messages */
#ifndef DEFAULT_TIMEOUT