directory.
PR: 8789, 13104
Submitted by: SangBeom han <sbhan@os.korea.ac.kr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96994
13f79535-47bb-0310-9956-
ffa450edef68
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 <sbhan@os.korea.ac.kr>]
+
*) Get mod_auth_ldap to retry connections on LDAP_SERVER_DOWN.
[Thomas Bennett <thomas.bennett@eds.com>, Graham Leggett]
* 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
/*
* 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
/*