From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 23:07:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65C33106564A for ; Thu, 22 Jul 2010 23:07:30 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1158E8FC15 for ; Thu, 22 Jul 2010 23:07:29 +0000 (UTC) Received: by vws7 with SMTP id 7so897157vws.13 for ; Thu, 22 Jul 2010 16:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ur/9x4ga6iPKmxxuVEwUTVrbQCbiSDDbAw27Cjnh6Uo=; b=pboWypu4zECDk6t910jyIYnlCqU/PysVJ0+dY9F8GGsebEqtzEVjkONsd1JXb3XbqU KxtzdNtJCJEVaWlheKuKH1ityDfmq6io65EqVoKfFUb5qest/cioQ9UoEA8zNlUrI1Ir 2mVzx+jS265A1aa25vBVOWuXumNSIRQ8ekEbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=k7J+k+j42nhGZiYLvbL98/39261r5faBWUfm5wuJxO8QpT/bVGx9n9UX2tj2oLpW14 hvwSEzZMLFUXdIGanZHrtpY7pMzTcjgLgo7urrEQTFInAKzkcB0BVzE8lS3EP739r8PT JgI1XfV5Eiv+RRIPuGt+RAzuXEw5hbFQIwUsE= Received: by 10.220.48.90 with SMTP id q26mr1069900vcf.228.1279840048962; Thu, 22 Jul 2010 16:07:28 -0700 (PDT) Received: from schism.local (c-71-230-240-241.hsd1.pa.comcast.net [71.230.240.241]) by mx.google.com with ESMTPS id k30sm20563926vbl.9.2010.07.22.16.07.26 (version=SSLv3 cipher=RC4-MD5); Thu, 22 Jul 2010 16:07:27 -0700 (PDT) Message-ID: <4C48CF2D.3020304@gmail.com> Date: Thu, 22 Jul 2010 19:07:25 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 MIME-Version: 1.0 To: Ed Flecko References: <4C48C8A1.7090100@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How do you automatically start Apache, Bind, etc. in a jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 23:07:30 -0000 On 7/22/10 6:51 PM, Ed Flecko wrote: > Thanks Glen. > > :-) > > I'm not clear how I get the 'make config' to show the configuration > screen or the 'make install' to compile and install??? > Depending on what you've previously done in the www/apache22 directory, a configuration may already exist. 'make showconfig' will tell you. If so, you can run 'make rmconfig' in the apache22 port directory, and a subsequent 'make config' will display the configuration screen. (Actually, I believe www/apache22 does this automatically if a configuration doesn't already exist.) > That might allow me to install Apache (with a limited number of > modules) like I want, but I don't understand what you're suggesting. > The config screen will allow you to select/deselect various build-time options, such as DAV, AUTH_BASIC, etc. > > > Also, do you know for sure that compiling from source and specifying > the install target (i.e., ./configure --prefix=/PathToJail > --enable-ssl...etc., etc., etc???) won't work? > It will work, sure, but make(1) and the port Makefile does this for you. > Thank you again! > You're welcome. Regards, -- Glen Barber