Re: documentation/2359: corrections needed in htdocs/manual/suexec.html

1998-07-30 Thread martin
[In order for any reply to be added to the PR database, ]
[you need to include [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: corrections needed in htdocs/manual/suexec.html

State-Changed-From-To: open-closed
State-Changed-By: martin
State-Changed-When: Thu Jul 30 09:44:32 PDT 1998
State-Changed-Why:
I modified suexec.html for the 1.3.2-dev version of apache,
based on your suggestions.
Thanks for helping Apache!



documentation/2359: corrections needed in htdocs/manual/suexec.html

1998-06-05 Thread Brian Reichert

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: [EMAIL PROTECTED]
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 [EMAIL PROTECTED]:/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 [EMAIL PROTECTED] in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]