From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 03:48:36 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9963F37D for ; Fri, 18 Apr 2014 03:48:36 +0000 (UTC) Received: from tds-solutions.net (tds-solutions.net [69.164.206.65]) by mx1.freebsd.org (Postfix) with ESMTP id 7A9AD176B for ; Fri, 18 Apr 2014 03:48:35 +0000 (UTC) Received: from [192.168.1.226] (unknown [69.43.65.114]) (Authenticated sender: tyler) by tds-solutions.net (Postfix) with ESMTPSA id 89578A11D; Thu, 17 Apr 2014 21:48:34 -0600 (MDT) Message-ID: <5350A0C2.8060400@tysdomain.com> Date: Thu, 17 Apr 2014 23:49:22 -0400 From: "Littlefield, Tyler" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: "edflecko ." Subject: Re: How to build and install Apache from source inside ezjail? References: <53509563.30304@tysdomain.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: tyler@tysdomain.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 03:48:36 -0000 On 4/17/2014 11: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 Why are you trying specifically to install from source? Is there somethihng the apache source gives you that is not in ports? If the answer is no and you want to compile, please see ports. 2.) In what directory should it be installed within the jail so it's secured by the jail? Run ezjail-admin console . From there you are in the jail and anything you do will work from within that specific jail. > Ed > > > On Thu, Apr 17, 2014 at 8:00 PM, Littlefield, Tyler wrote: > >> hello: >> Finally questions I can answer! >> >> On 4/17/2014 10:56 PM, edflecko . wrote: >> >>> I like the ease of using ezjail, but I'd like to install the current >>> version of Apache from source so I can build it with the options I want >>> and >>> install it the way I want. However, I'm guessing I should install Apache >>> in >>> the same location as ezjail would if I had installed it from ports to take >>> advantage of the security aspects of ezjail. >>> >>> Can someone offer some advice on installing Apache from source in an >>> ezjail >>> created jail? >>> >> You install your ports tree: >> >> ezjail-admin install -P >> that sets up ports in each jail. you can use ezjail-admin update -P to >> update the ports. then you just build it from ports from within the jail >> itself. >> >> HTH, >> Thank you, >> Ed >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions- >> unsubscribe@freebsd.org" >> >> >> >> -- >> Take care, >> Ty >> http://tds-solutions.net >> He that will not reason is a bigot; he that cannot reason is a fool; he >> that dares not reason is a slave. >> >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Take care, Ty http://tds-solutions.net He that will not reason is a bigot; he that cannot reason is a fool; he that dares not reason is a slave.