From owner-freebsd-questions Tue Mar 18 11: 9:58 2003 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 6181537B401 for ; Tue, 18 Mar 2003 11:09:57 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D737B43F85 for ; Tue, 18 Mar 2003 11:09:56 -0800 (PST) (envelope-from freebsduser@attbi.com) Received: from attbi.com (12-225-141-88.client.attbi.com[12.225.141.88]) by rwcrmhc51.attbi.com (rwcrmhc51) with SMTP id <2003031819095605100lg8f5e>; Tue, 18 Mar 2003 19:09:56 +0000 Message-ID: <3E776F02.2060805@attbi.com> Date: Tue, 18 Mar 2003 11:09:54 -0800 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "james g." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache13/suexec References: <5A7D8506-5972-11D7-9144-0030654D97EC@veldt.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG james g. wrote: > How does one compile apache, with suexec support, from ports? I need it > on one of my client machines, but can't seem to find anything specific > on the proper arguments to give during the: > make install clean > command. I'd rather not have to install it by hand, defeating the beauty > of ports! > > Cheers, > James > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Didja read the Makefile for the port? According to my Makefile... .if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == yes APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT} APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log APACHE_SUEXEC_USERDIR?=public_html blah blah blah.... Anyways, make install clean WITH_APACHE_SUEXEC=yes Or something like that :) HTH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message