]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
adjust for the change to SuExec's default install directory
authorGreg Ames <gregames@apache.org>
Tue, 23 Oct 2001 17:26:57 +0000 (17:26 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 23 Oct 2001 17:26:57 +0000 (17:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91647 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 17ba9ea9ff38ecc2ef3f3996568ef6f9796f2da2..52cc8df16c56f1f6f582665bebc3fe9f75ab3d81 100644 (file)
@@ -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 */