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
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
#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