From d5516a55c9b62b3d8c23c30d7ed77f247cc8a896 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Sat, 18 Jul 1998 21:43:13 +0000 Subject: [PATCH] No longer correct (and never really was) to tell them to type cc ... to compile suexec. PR: 2517 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81767 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/suexec.html | 3 ++- docs/manual/suexec.html.en | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index d005739b63..c66e5682b0 100644 --- a/docs/manual/suexec.html +++ b/docs/manual/suexec.html @@ -377,7 +377,8 @@ match your local Apache installation.

COMPILING THE SUEXEC WRAPPER
You now need to compile the suEXEC wrapper. At the shell command prompt, -type:  cc suexec.c -o suexec [ENTER]. +after compiling Apache, +type:  make suexec[ENTER]. This should create the suexec wrapper executable.

diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index d005739b63..c66e5682b0 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -377,7 +377,8 @@ match your local Apache installation.

COMPILING THE SUEXEC WRAPPER
You now need to compile the suEXEC wrapper. At the shell command prompt, -type:  cc suexec.c -o suexec [ENTER]. +after compiling Apache, +type:  make suexec[ENTER]. This should create the suexec wrapper executable.

-- 2.50.1