summaryrefslogtreecommitdiffstats
path: root/docs/manual/suexec.html.en
diff options
context:
space:
mode:
authorSameer Parekh <sameer@apache.org>1997-10-26 00:35:13 +0200
committerSameer Parekh <sameer@apache.org>1997-10-26 00:35:13 +0200
commitc2edc0550ec598791f99c6b37744ce3ff66182a0 (patch)
tree9020add750f146b8ee943adab0ad722702c78952 /docs/manual/suexec.html.en
parenttypo (diff)
downloadapache2-c2edc0550ec598791f99c6b37744ce3ff66182a0.tar.xz
apache2-c2edc0550ec598791f99c6b37744ce3ff66182a0.zip
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
Diffstat (limited to 'docs/manual/suexec.html.en')
-rw-r--r--docs/manual/suexec.html.en12
1 files changed, 6 insertions, 6 deletions
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.
<EM>From src/httpd.h</EM>
<PRE>
/* The path to the suEXEC wrapper */
- #define SUEXEC_BIN "/usr/local/etc/httpd/sbin/suexec"
+ #define SUEXEC_BIN "/usr/local/apache/sbin/suexec"
</PRE>
</P>
@@ -378,7 +378,7 @@ exercise above to the defined location for <STRONG>SUEXEC_BIN</STRONG>.
</P>
<P ALIGN="LEFT">
-<STRONG><CODE>cp suexec /usr/local/etc/httpd/sbin/suexec [ENTER]</CODE></STRONG>
+<STRONG><CODE>cp suexec /usr/local/apache/sbin/suexec [ENTER]</CODE></STRONG>
</P>
<P ALIGN="LEFT">
@@ -389,8 +389,8 @@ user shell, do so now and execute the following commands.
</P>
<P ALIGN="LEFT">
-<STRONG><CODE>chown root /usr/local/etc/httpd/sbin/suexec [ENTER]</CODE></STRONG><BR>
-<STRONG><CODE>chmod 4711 /usr/local/etc/httpd/sbin/suexec [ENTER]</CODE></STRONG>
+<STRONG><CODE>chown root /usr/local/apache/sbin/suexec [ENTER]</CODE></STRONG><BR>
+<STRONG><CODE>chmod 4711 /usr/local/apache/sbin/suexec [ENTER]</CODE></STRONG>
</P>
<P ALIGN="CENTER">