From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 23:09:19 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 244F01065670 for ; Thu, 22 Jul 2010 23:09:19 +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 C3CEF8FC15 for ; Thu, 22 Jul 2010 23:09:18 +0000 (UTC) Received: by vws7 with SMTP id 7so899275vws.13 for ; Thu, 22 Jul 2010 16:09:18 -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=tTj96Yfs05jCaF8aR7Pc7bjizdjTLNfIsBUXS9LvOLE=; b=RBEtsX3AcPE0b2zvypJvB0kHKdsBtz4DOx5fSrQacGRrJbFu3v0D63UQs0tF+71s/j L9mwrpTMQHP/66l4kBhHLuW5x5fzSJRTGsz+OoCzf/E7CdTF8Ss5pncDE3jSh5LZPIsC K+HzhOrBujVtuPC7wj5QkSt6pcZZWo+4eaj8A= 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=AKqCMT4miueUjP7F4L4uAFqTsQjcnbbrZCFAjcfxn0WnM4xEm1gEcqPfzbPQBDvnsm UiIbRjXbIt9mfOWerAjJJw50rsre7GBtKG1r9/+tjZm6kNn02A8N8tiFCwHz1fp2Eqez c06uMoygzyJEaakSMhB+a0oYoHbQGPDScNQKg= Received: by 10.220.73.144 with SMTP id q16mr1138131vcj.265.1279840157947; Thu, 22 Jul 2010 16:09:17 -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 v11sm20572014vbb.1.2010.07.22.16.09.15 (version=SSLv3 cipher=RC4-MD5); Thu, 22 Jul 2010 16:09:16 -0700 (PDT) Message-ID: <4C48CF9B.5090600@gmail.com> Date: Thu, 22 Jul 2010 19:09:15 -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> <4C48CF2D.3020304@gmail.com> In-Reply-To: <4C48CF2D.3020304@gmail.com> 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:09:19 -0000 On 7/22/10 7:07 PM, Glen Barber wrote: >> 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. > To be clear, you'd need the apache22 source tarball for that to work. That isn't in the port directory (/usr/ports/www/apache22). make(1) in the port directory fetches the source tarball when the build starts.\ Regards, -- Glen Barber