Commit bb664136 authored by Greg Ames's avatar Greg Ames
Browse files

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
parent 33b9bf25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */