From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 04:04:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 241CF53C for ; Fri, 18 Apr 2014 04:04:11 +0000 (UTC) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED79E18D0 for ; Fri, 18 Apr 2014 04:04:10 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id kx10so1071945pab.33 for ; Thu, 17 Apr 2014 21:04:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Q3rvnI9RcGf/DaCmUrLNvl9vjjCtnGSWH0ylm+MM/vc=; b=Yvutrfvr5Pm4DvwNafjFZNCQZARhNX0MSb/93TfHyEBBEEMIE+BnmKpgS3UffaknOQ g23q2yk9s5w7MHYFuNpUGlNNroEyKk7C0VJx/91ivKFauz+YwWIrR1T+9uF9fHUmBeXH wLh+f+F1nYIubr4q5WqO9mWhE0umrXbN//SdBmpfzvkOxVQdciCsr7e/aALSpt9mxzcz DmYum0ZNINVi3ZwVC/0e1/M4Os/jt9kjfKMLnpOGAoHhT5S4VepRvTHs6jWShyTILs2F rr1CfGkwqX3Hov3uh4b3ao2FdlAkT1qJmL2O24Or5tIJ+Xdr5ftuwSqo+EK0Bo5zfF4A pEFA== MIME-Version: 1.0 X-Received: by 10.68.130.137 with SMTP id oe9mr19463223pbb.21.1397793843959; Thu, 17 Apr 2014 21:04:03 -0700 (PDT) Received: by 10.70.55.169 with HTTP; Thu, 17 Apr 2014 21:04:03 -0700 (PDT) In-Reply-To: References: <53509563.30304@tysdomain.com> Date: Thu, 17 Apr 2014 23:04:03 -0500 Message-ID: Subject: Re: How to build and install Apache from source inside ezjail? From: Adam Vande More To: "edflecko ." Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 04:04:11 -0000 On Thu, Apr 17, 2014 at 10:15 PM, edflecko . wrote: > Tyler, > I'm trying to download Apache source from: > http://httpd.apache.org/download.cgi, configure, build and install it from > source; not from a port. > > I'm just wondering - > > 1.) What the best way to install Apache from source within a jail created > with ezjail and > Installing apache from source outside of ports is an awesome way to generate a whole host of other issues down the road. Are you sure you really need this? 2.) In what directory should it be installed within the jail so it's > secured by the jail? > Somewhere inside the jail's fs. > > Ed -- Adam