rendered paste bodydiff -Naur -x '*~' -x '*.orig' httpd-2.2.20/include/httpd.h httpd-2.2.20-suexec/include/httpd.h--- httpd-2.2.20/include/httpd.h 2011-05-19 04:17:37.000000000 +0200+++ httpd-2.2.20-suexec/include/httpd.h 2011-08-31 15:56:56.052751423 +0200@@ -156,7 +156,7 @@ /** 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"+#define SUEXEC_BIN "/usr/sbin/suexec" #endif #endif