From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 17:40:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F236216A4CE for ; Sun, 7 Mar 2004 17:40:35 -0800 (PST) Received: from watcher.puryear-it.com (unknown [69.2.39.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id D60B943D58 for ; Sun, 7 Mar 2004 17:40:35 -0800 (PST) (envelope-from dap99@i-55.com) Received: from localhost (unknown [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id 9899434D1F for ; Sun, 7 Mar 2004 19:33:35 -0600 (CST) Received: from watcher.puryear-it.com ([127.0.0.1]) by localhost (watcher.puryear-it.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48872-02 for ; Sun, 7 Mar 2004 19:33:34 -0600 (CST) Received: from yourqqh4336axf (localhost [127.0.0.1]) by watcher.puryear-it.com (Postfix) with SMTP id 8CC0834D1E for ; Sun, 7 Mar 2004 19:33:34 -0600 (CST) Message-ID: <008a01c404ae$24557f20$6401a8c0@yourqqh4336axf> From: "adp" To: Date: Sun, 7 Mar 2004 19:38:56 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 X-Virus-Scanned: by amavisd-new Subject: Jails and SSL.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 01:40:36 -0000 I want to run Apache under a FreeBSD jail. For normal http this works fine. However, I'm a little worried that we won't be able to use jails because we use SSL for several sites. With SSL we have to define one IP per site. Jails only have one IP. Is there a way around this other than just having one jail per SSL site? (I'd rather not do that!)