summaryrefslogtreecommitdiff
path: root/docs/manual/suexec.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-09-17 14:52:03 +0000
committerKen Coar <coar@apache.org>1998-09-17 14:52:03 +0000
commitdda1e03ed0054557de5a4093ba1613c519ecb12a (patch)
tree8e1aa48fb77c451638d86a291df60a5d8d3c025d /docs/manual/suexec.html
parent681f8e5fecdfea55b1b0ea55fa6a4699ada49b25 (diff)
downloadhttpd-dda1e03ed0054557de5a4093ba1613c519ecb12a.tar.gz
Some more consistency (cgi -> CGI) fixes, and shortened long lines.
(There are about 200 more >80 lines in the dos, but I haven't the time now to fix 'em. Oh well.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/suexec.html')
-rw-r--r--docs/manual/suexec.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html
index 09aede8b8a..cc8621263f 100644
--- a/docs/manual/suexec.html
+++ b/docs/manual/suexec.html
@@ -400,7 +400,8 @@ location.
<P ALIGN="LEFT">
If your installation requires location of the wrapper program in a different
-directory, either add <CODE>-DSUEXEC_BIN=\"<EM>&lt;/your/path/to/suexec&gt;</EM>\"</CODE>
+directory, either add
+<CODE>-DSUEXEC_BIN=\"<EM>&lt;/your/path/to/suexec&gt;</EM>\"</CODE>
to your CFLAGS (or edit src/include/httpd.h) and recompile your Apache server.
See <A HREF="install.html">Compiling and Installing Apache</A>
(and the <SAMP>INSTALL</SAMP> file in the source distribution)