From: Ryan Bloom Date: Fri, 27 Sep 2002 23:53:04 +0000 (+0000) Subject: SuExec should use /usr/local/apache2 not /usr/local/apache as the default X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2c4ca1c970dc25f935b85e1b9c522cff7e80532;p=apache SuExec should use /usr/local/apache2 not /usr/local/apache as the default directory. PR: 8789, 13104 Submitted by: SangBeom han git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96994 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 219ac5c52c..5d0bb2db05 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.43 + *) SuExec needs to use the same default directory as the rest of + server, namely /usr/local/apache2. + [SangBeom han ] + *) Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN. [Thomas Bennett , Graham Leggett] diff --git a/support/suexec.h b/support/suexec.h index 34a91f9949..2342c16822 100644 --- a/support/suexec.h +++ b/support/suexec.h @@ -117,7 +117,7 @@ * debugging purposes. */ #ifndef AP_LOG_EXEC -#define AP_LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? */ +#define AP_LOG_EXEC "/usr/local/apache2/logs/cgi.log" /* Need me? */ #endif /* @@ -126,7 +126,7 @@ * that can be used for suEXEC behavior. */ #ifndef AP_DOC_ROOT -#define AP_DOC_ROOT "/usr/local/apache/htdocs" +#define AP_DOC_ROOT "/usr/local/apache2/htdocs" #endif /*