From: Greg Ames Date: Tue, 23 Oct 2001 17:26:57 +0000 (+0000) Subject: adjust for the change to SuExec's default install directory X-Git-Tag: 2.0.27~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=362d3a5732d76db9089c50437274118cf77adecd;p=thirdparty%2Fapache%2Fhttpd.git adjust for the change to SuExec's default install directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91647 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 17ba9ea9ff3..52cc8df16c5 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -178,7 +178,7 @@ extern "C" { /* The path to the suExec wrapper, can be overridden in Configuration */ #ifndef SUEXEC_BIN -#define SUEXEC_BIN HTTPD_ROOT "/sbin/suexec" +#define SUEXEC_BIN HTTPD_ROOT "/bin/suexec" #endif /* The timeout for waiting for messages */