From owner-freebsd-ports Fri May 17 8:30:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A123037B40C for ; Fri, 17 May 2002 08:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HFU3G33454; Fri, 17 May 2002 08:30:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 08:30:03 -0700 (PDT) Message-Id: <200205171530.g4HFU3G33454@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alex BATKO Subject: Re: ports/38051: suexec is NOT being called by Apache 2.0.36 Reply-To: Alex BATKO Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/38051; it has been noted by GNATS. From: Alex BATKO To: TERAMOTO Masahiro 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