From owner-freebsd-questions@FreeBSD.ORG Wed Jun 9 10:37:41 2004 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 3E0BB16A4CE for ; Wed, 9 Jun 2004 10:37:41 +0000 (GMT) Received: from md1.psixpress.com (md1.psixpress.com [154.32.105.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA8443D46 for ; Wed, 9 Jun 2004 10:37:40 +0000 (GMT) (envelope-from danielby@ip73.ops.uk.psi.com) Received: from ip73.ops.uk.psi.com (ip73.ops.uk.psi.com [154.8.22.73]) by md1.psixpress.com (MOS 3.4.4-GR) with ESMTP id BES17105 (AUTH via LOGINBEFORESMTP); Wed, 9 Jun 2004 11:36:47 +0100 (BST) Received: from danielby by ip73.ops.uk.psi.com with local (Exim 4.34 (FreeBSD)) id 1BY0Rc-000EXS-Kg for freebsd-questions@freebsd.org; Wed, 09 Jun 2004 11:36:32 +0100 Date: Wed, 9 Jun 2004 11:36:32 +0100 From: Daniel Bye To: freebsd-questions@freebsd.org Message-ID: <20040609103632.GA52927@ip73.ops.uk.psi.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <35708.156.34.34.200.1086740133.squirrel@webmail.bignose.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <35708.156.34.34.200.1086740133.squirrel@webmail.bignose.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: apache 2 in ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 10:37:41 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 08, 2004 at 08:15:33PM -0400, info@bignose.ca wrote: > Hi, I want to compile apache2 from ports with suexec. > Yet there is no mention of it at all in the Make file. >=20 > It is in Makefile.doc but i'm not sure if thats what i should beusing. >=20 > Can someone fill me in please. A brief look at www/apache2/Makefile.modules suggests that you just need to specify "WITH_SUEXEC=3Dyes" in the build environment. Makefile.modules gets included from Makefile. This should work: # make WITH_SUEXEC=3Dyes install Or if you use portupgrade and friends, # portinstall -M WITH_SUEXEC=3Dyes www/apache2 You can then put it in /usr/local/etc/pkgtools.conf under MAKE_ARGS: MAKE_ARGS =3D { 'www/apache2' =3D> 'WITH_SUEXEC=3Dyes', } This ensures you won't have to specify it each time you upgrade. HTH Dan --=20 Daniel Bye PSINet Europe Ltd Brookmount Court Cambridge UK --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAxugw31B8YuHL9ZwRAkUzAKCIz/I+SPesQmg1RLNuER6rrnz3CACfdXrj dkllhlEMLZI2GtTUIRQD8Is= =64ZM -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt--