Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 08:30:03 -0700 (PDT)
From:      Alex BATKO <abatko@cs.mcgill.ca>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/38051: suexec is NOT being called by Apache 2.0.36
Message-ID:  <200205171530.g4HFU3G33454@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/38051; it has been noted by GNATS.

From: Alex BATKO <abatko@cs.mcgill.ca>
To: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/38051: suexec is NOT being called by Apache 2.0.36
Date: Fri, 17 May 2002 11:23:18 -0400 (EDT)

 Hi !  Thank you for your reply.
 
 Indeed, this was the problem.  I had actually already put
 
 --with-suexec-bin=/usr/local/sbin \
 
 and now, since your email, I've corrected this to
 
 --with-suexec-bin=/usr/local/sbin/suexec \
 
 The new installation works - thank you very much for your help.
 
 As a side note, it may be worth documenting the fact that
 --with-suexec-bin requires the full path to the binary, as opposed
 to the directory where it will be - as is in most configuration
 options.  You should also know that apache's webpage about suexec
 does not even mention the with-suexec-bin configuration option.
 
 
 On Fri, 17 May 2002, TERAMOTO Masahiro wrote:
 > Install Apache 2.0.36 using ports(www/apache2, set
 > WITH_SUEXEC), suexec wrpper is installed as
 > /usr/local/sbin/suexec .
 > 
 > but mod_suexec.c assume this wrapper installed as
 > /usr/local/bin/suexec.
 > 
 > set --with-suexec-bin=/usr/local/sbin/suexec, and suExec
 > Mechanism works well.
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205171530.g4HFU3G33454>