From c2edc0550ec598791f99c6b37744ce3ff66182a0 Mon Sep 17 00:00:00 2001
From: Sameer Parekh
Date: Sat, 25 Oct 1997 22:35:13 +0000
Subject: Set default pathnames -everywhere- to /usr/local/apache
PR:
Obtained from:
Submitted by: Sameer Parekh
Reviewed by: Jim, Martin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79464 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/suexec.html.en | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'docs/manual/suexec.html.en')
diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en
index 6eb3a93e19..90af9ad117 100644
--- a/docs/manual/suexec.html.en
+++ b/docs/manual/suexec.html.en
@@ -326,14 +326,14 @@ match your local Apache installation.
* transactions and errors logged for auditing and
* debugging purposes.
*/
- #define LOG_EXEC "/usr/local/etc/httpd/logs/cgi.log" /* Need me? */
+ #define LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? */
/*
* DOC_ROOT -- Define as the DocumentRoot set for Apache. This
* will be the only hierarchy (aside from UserDirs)
* that can be used for suEXEC behavior.
*/
- #define DOC_ROOT "/usr/local/etc/httpd/htdocs"
+ #define DOC_ROOT "/usr/local/apache/htdocs"
/*
* SAFE_PATH -- Define a safe PATH environment to pass to CGI executables.
@@ -360,7 +360,7 @@ location.
From src/httpd.h
/* The path to the suEXEC wrapper */
- #define SUEXEC_BIN "/usr/local/etc/httpd/sbin/suexec"
+ #define SUEXEC_BIN "/usr/local/apache/sbin/suexec"
@@ -378,7 +378,7 @@ exercise above to the defined location for SUEXEC_BIN.
-cp suexec /usr/local/etc/httpd/sbin/suexec [ENTER]
+cp suexec /usr/local/apache/sbin/suexec [ENTER]
@@ -389,8 +389,8 @@ user shell, do so now and execute the following commands.
-chown root /usr/local/etc/httpd/sbin/suexec [ENTER]
-chmod 4711 /usr/local/etc/httpd/sbin/suexec [ENTER]
+chown root /usr/local/apache/sbin/suexec [ENTER]
+chmod 4711 /usr/local/apache/sbin/suexec [ENTER]
--
cgit v1.2.3