From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 23:00:35 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 90A6C106564A for ; Wed, 21 Jul 2010 23:00:35 +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 5C0F98FC15 for ; Wed, 21 Jul 2010 23:00:35 +0000 (UTC) Received: by iwn35 with SMTP id 35so9107121iwn.13 for ; Wed, 21 Jul 2010 16:00:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=8T2/qZ8kMHyzb6AsYHF5g+/bsvjksxK6WpgnvZnVULE=; b=IcoKvXnbZ5E1rSHQ608NualOVKRRMdhQRoz2t/kNUwhS1gw2UHrxUiluf5PxJGZVV2 M5d+Fx28ry5LXdmkfL7unQDHdOC4gs1OdP4VLr+Fufsw+NGf8InYqL5UkClVCp1tSkbh 3kmZVBo9Ej3gpOqNbczeBJFsvike9DszdlHLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Y+RDRYwqM9qprvqJ/hJ01rq01sgDMWWsMFiQaI5P+mRLlsuDc/QhgZDWzZeqSQ9ON6 2/NGyUzoMjVA518VZihyYX5FdnDfOCUg2Mn9aPjz8jbsLtQXw/U4/eFWwVGzO6vDXarO j4fTbl7lQkmyxPBhJIdpax4iRsFQQ7KdZtBYA= MIME-Version: 1.0 Received: by 10.231.183.10 with SMTP id ce10mr695953ibb.96.1279753234590; Wed, 21 Jul 2010 16:00:34 -0700 (PDT) Received: by 10.231.118.98 with HTTP; Wed, 21 Jul 2010 16:00:34 -0700 (PDT) Date: Wed, 21 Jul 2010 16:00:34 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Install Apache in qjail? 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: Wed, 21 Jul 2010 23:00:35 -0000 Hi folks, I'm using the new qjail, and I've created a new jail named "webserver", but I don't see how you install a package (in this case, Apache 2.2.15) inside the jail? I know qjail is pretty new; is the best source of documentation at the moment the "man" pages? Thank you, Ed