Subject: Re: apache-1.3.27 suexec
To: Matt Herzog <mherzog@acamm.org>
From: Jukka Marin <jmarin@embedtronics.fi>
List: tech-pkg
Date: 05/19/2003 08:56:11
On Sun, May 18, 2003 at 09:16:11PM -0400, Matt Herzog wrote:
> suexec: disabled; invalid wrapper /usr/pkg/sbin/suexec
> 
> And when I try to find the file, I discover it does not exist 
> anywhere on the system.

Had the same problem.  Looked at the pkgsrc/www/apache/Makefile.
Found out that you need to say

make APACHE_SUEXEC=YES install

  -jm