From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 23:19:23 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 98B861065675 for ; Thu, 22 Jul 2010 23:19:23 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 59E868FC1C for ; Thu, 22 Jul 2010 23:19:23 +0000 (UTC) Received: by iwn35 with SMTP id 35so10490905iwn.13 for ; Thu, 22 Jul 2010 16:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=CAhktmFhZk1rB13ObeqyWoe9+W/wTrfRpwKZIX+FwoQ=; b=kqbm160jIzjQMLKDmvQjv51j/P25Je8DxOp7cQLIZkLqpuJCY+D6IJZDuuqGjc4bYR dXs7Bo3epROX5iGy4tMRh8901BFBpxBmR+o9hQo6qiCrVpbv2w//YitFReycZqMiB17N +8T+gy8501jydVu7P9Mh9ryaRkPtuL0/iqrLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ByRJTRGHydQ86+iQBE7O0nuwLtEQqxX6y/r/E3W1R/oIAgZuE+tIZDzjB46hwI+v/y 66villDBR4EODbUKVOI9mQGlXqB15pp3jh+MQSjdY83P7BxbXLGDJtsIg/rdB8C8vqHJ EltGEeJk8o2n2G09MgWV3mXUwV8S+wu7GurL4= MIME-Version: 1.0 Received: by 10.231.191.74 with SMTP id dl10mr2478809ibb.157.1279840762238; Thu, 22 Jul 2010 16:19:22 -0700 (PDT) Received: by 10.231.118.98 with HTTP; Thu, 22 Jul 2010 16:19:22 -0700 (PDT) In-Reply-To: <4C48CF9B.5090600@gmail.com> References: <4C48C8A1.7090100@gmail.com> <4C48CF2D.3020304@gmail.com> <4C48CF9B.5090600@gmail.com> Date: Thu, 22 Jul 2010 16:19:22 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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:19:23 -0000 Oh, O.K., so I CAN just download the tarball (from http://httpd.apache.org/), unpack and install it (just like any other source install) and specify the jail as the target or did I misinterpret you? Sorry if I've missed your point! :-) Ed