From owner-freebsd-questions@FreeBSD.ORG Mon May 5 16:14:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A3E37B401 for ; Mon, 5 May 2003 16:14:06 -0700 (PDT) Received: from mail.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733BC43F85 for ; Mon, 5 May 2003 16:14:05 -0700 (PDT) (envelope-from munk@mail.munk.nu) Received: from munk by mail.munk.nu with local (Exim 4.14) id 19CpBQ-000N7c-Fx; Tue, 06 May 2003 00:15:44 +0100 Date: Tue, 6 May 2003 00:15:44 +0100 From: Jez Hancock To: FreeBSD questions List Message-ID: <20030505231544.GA88775@users.munk.nu> Mail-Followup-To: FreeBSD questions List , ODHIAMBO Washington References: <3EB2B0E4.5000309@netscape.net> <20030502185938.GA22693@users.munk.nu> <20030503084738.GE17027@ns2.wananchi.com> <20030505231013.GA88545@users.munk.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030505231013.GA88545@users.munk.nu> User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: How to find out available "make" arguments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 23:14:06 -0000 On Tue, May 06, 2003 at 12:10:13AM +0100, Jez Hancock wrote: > Incidentally I don't think the example I gave of apache/suexec was a > very good one - totally by coincidence (isn't it always?) I'm attempting > to build apache with suexec support right now and doing this: > > [18:02:20] root@whitestar /usr/ports/www/apache13-modssl# make \ > -DWITH_APACHE_SUEXEC -DAPACHE_SUEXEC_DOCROOT=/www -DAPACHE_SUEXEC_USERDIR=/www > > isn't enabling apache-suexec, let alone any of the other options :( > > I just found this thread totally by coincidence like I say after searching > for help on the topic: > http://marc.theaimsgroup.com/?l=freebsd-questions&m=105195202218567&w=2 Ok ok so the info I needed was in the very next thread here ^^^^^;/ Should have been: > -DWITH_APACHE_SUEXEC=yes -DAPACHE_SUEXEC_DOCROOT=/www -DAPACHE_SUEXEC_USERDIR=/www instead of: > -DWITH_APACHE_SUEXEC -DAPACHE_SUEXEC_DOCROOT=/www -DAPACHE_SUEXEC_USERDIR=/www