From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 22:51:36 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 CA7EA106567E for ; Thu, 22 Jul 2010 22:51:36 +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 93FA18FC23 for ; Thu, 22 Jul 2010 22:51:36 +0000 (UTC) Received: by iwn35 with SMTP id 35so10459239iwn.13 for ; Thu, 22 Jul 2010 15:51:36 -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=wov99AGOvGaMZt2thz/SiQjyocbiPoqxEqSa+CbZmKc=; b=RRCj84z3Tvi6113Is208J/ihVAFr2rePQV9twu2bBFBtKxTiu4VHFHzV7GTFtiGrL9 RxpzJMdWrZ4orrpDw0g/RPc/yrZezjkGXFFp2EFeYCNjb3EfaJfyjZQT+63mYcWca9XT dBghgcpnbpjwL8NlSysDNe1MFoox2acBqyD6Q= 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=Xcx4Y1kmPYkts5chEOF14nyOD6B5peFo+4a8DOeTwv5TdHD6ifooaHcXdpVcenqTiq uGl1AeTM5z6GuFSY0yNaF8r2vqCRM37Nrx8unKciwRwPIBOrhbQLXOkD/DSajWc0EoMZ k47pPjvvrevNVUcLTTY3uMXzEI5Hk3L+LCrys= MIME-Version: 1.0 Received: by 10.231.66.79 with SMTP id m15mr2215924ibi.197.1279839095857; Thu, 22 Jul 2010 15:51:35 -0700 (PDT) Received: by 10.231.118.98 with HTTP; Thu, 22 Jul 2010 15:51:35 -0700 (PDT) In-Reply-To: <4C48C8A1.7090100@gmail.com> References: <4C48C8A1.7090100@gmail.com> Date: Thu, 22 Jul 2010 15:51:35 -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 22:51:36 -0000 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??? 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. 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? Thank you again! Ed