Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 14939 invoked by uid 6000); 5 Jun 1998 22:00:10 -0000 Received: (qmail 14842 invoked by uid 2001); 5 Jun 1998 22:00:03 -0000 Received: (qmail 12047 invoked by uid 2012); 5 Jun 1998 21:53:29 -0000 Message-Id: <19980605215329.12046.qmail@hyperreal.org> Date: 5 Jun 1998 21:53:29 -0000 From: Brian Reichert Reply-To: reichert@numachi.com To: apbugs@hyperreal.org X-Send-Pr-Version: 3.2 Subject: documentation/2359: corrections needed in htdocs/manual/suexec.html Sender: apache-bugdb-owner@apache.org Precedence: bulk >Number: 2359 >Category: documentation >Synopsis: corrections needed in htdocs/manual/suexec.html >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: doc-bug >Submitter-Id: apache >Arrival-Date: Fri Jun 5 15:00:02 PDT 1998 >Last-Modified: >Originator: reichert@numachi.com >Organization: apache >Release: apache_1.3b7 >Environment: FreeBSD breichert.bbnplanet.com 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #0: Wed Jun 3 19:00:25 GMT 1998 root@breichert.bbnplanet.com:/usr/src/sys/compile/BREICHERT i386 gcc version 2.7.2.1 >Description: htdocs/manual/suexec.html advises: COMPILING THE SUEXEC WRAPPER You now need to compile the suEXEC wrapper. At the shell command prompt, type: cc suexec.c -o suexec [ENTER]. This should create the suexec wrapper executable. This neglects the include directories. Try: cc suexec.c -o suexec -I../include -I../os/unix htdocs/manual/suexec.html also advises: COMPILING APACHE FOR USE WITH SUEXEC By default, Apache is compiled to look for the suEXEC wrapper in the following location. From src/httpd.h But the header file in question is really: src/include/httpd.h >How-To-Repeat: follow instructions as documented. >Fix: clean up pathnames, etc, as suggested. >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]