From: Marc Slemko Date: Sat, 18 Jul 1998 21:43:13 +0000 (+0000) Subject: No longer correct (and never really was) to tell them to type cc ... X-Git-Tag: 1.3.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5516a55c9b62b3d8c23c30d7ed77f247cc8a896;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index d005739b638..c66e5682b0c 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 d005739b638..c66e5682b0c 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.