Commit 6fb6ca7e authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Corrected the path to src/include/httpd.h, as suggested by

Brian Reichert <reichert@numachi.com>

PR: 2359
Submitted by: Brian Reichert <reichert@numachi.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81836 13f79535-47bb-0310-9956-ffa450edef68
parent 3f7b4182
Loading
Loading
Loading
Loading
+10 −6
Changes for docs/manual/suexec.html: 10 added lines, 6 removed lines.
Original line number Diff line number Diff line
@@ -389,18 +389,22 @@ location.
</P>

<P ALIGN="LEFT">
<EM>From src/httpd.h</EM>
<EM>From src/include/httpd.h</EM>
<PRE>
     /* The path to the suEXEC wrapper */
     #define SUEXEC_BIN "/usr/local/apache/sbin/suexec"
     /* The path to the suExec wrapper, can be overridden in Configuration */
     #ifndef SUEXEC_BIN
     #define SUEXEC_BIN  HTTPD_ROOT "/sbin/suexec"
     #endif
</PRE>
</P>

<P ALIGN="LEFT">
If your installation requires location of the wrapper program in a different
directory, edit src/httpd.h and recompile your Apache server.
See <A HREF="install.html">Compiling and Installing Apache</A> for more
info on this process.
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)
for more info on this process.
</P>

<P ALIGN="LEFT">
+10 −6
Changes for docs/manual/suexec.html.en: 10 added lines, 6 removed lines.
Original line number Diff line number Diff line
@@ -389,18 +389,22 @@ location.
</P>

<P ALIGN="LEFT">
<EM>From src/httpd.h</EM>
<EM>From src/include/httpd.h</EM>
<PRE>
     /* The path to the suEXEC wrapper */
     #define SUEXEC_BIN "/usr/local/apache/sbin/suexec"
     /* The path to the suExec wrapper, can be overridden in Configuration */
     #ifndef SUEXEC_BIN
     #define SUEXEC_BIN  HTTPD_ROOT "/sbin/suexec"
     #endif
</PRE>
</P>

<P ALIGN="LEFT">
If your installation requires location of the wrapper program in a different
directory, edit src/httpd.h and recompile your Apache server.
See <A HREF="install.html">Compiling and Installing Apache</A> for more
info on this process.
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)
for more info on this process.
</P>

<P ALIGN="LEFT">