From owner-freebsd-questions@FreeBSD.ORG Tue Oct 5 02:19:54 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CF651065674 for ; Tue, 5 Oct 2010 02:19:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9532A8FC15 for ; Tue, 5 Oct 2010 02:19:53 +0000 (UTC) Received: by fxm9 with SMTP id 9so4478842fxm.13 for ; Mon, 04 Oct 2010 19:19:52 -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:cc:content-type; bh=uxkFSXfYUM4sgsM9uWnXSO81geGUbITOPZamyKlSkCI=; b=WkJrAsVBEO1aVjKG0ha4XeSAgQmwqdjIJ5hsamxO/HOACLTfx9KTUyRgJ/wnGqrZEP TDWEBF/cx91+XWAR2dATj9lJ1140rbPi0M/SfgA7rjEXJxa40Qo6vOCKmef0wOdYD29t X9MggqqxRu4Mk4sIZ1Yls9WaMASoTkl2t+WLI= 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 :cc:content-type; b=Kv/gLm8NLvNDA/WoiPlYw6ZBl+jGz3G6zi0e0uRUOu2D/Zt08iBXNcjD5wp3NeTdmk eTeRiaztr5MaX4OCpaZoJSrHygdjIBMT6pQoTMaPDNIA/ksO93gxUggOeqbZnifpMWgv AjdsDm1TdpglqrEWUilQ62yLFUHEmRiD0X090= MIME-Version: 1.0 Received: by 10.223.134.73 with SMTP id i9mr4908420fat.104.1286245192114; Mon, 04 Oct 2010 19:19:52 -0700 (PDT) Received: by 10.223.107.130 with HTTP; Mon, 4 Oct 2010 19:19:52 -0700 (PDT) In-Reply-To: <20101004221506.GA8662@polands.org> References: <20101004221506.GA8662@polands.org> Date: Mon, 4 Oct 2010 21:19:52 -0500 Message-ID: From: Adam Vande More To: Doug Poland Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: OT: Apache as reverse SSL proxy 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: Tue, 05 Oct 2010 02:19:54 -0000 On Mon, Oct 4, 2010 at 5:15 PM, Doug Poland wrote: > Hello, > > I realize this is not a specific FreeBSD question, but a lot of > knowledgeable apache admins hang around here. I am tasked with creating > a reverse SSL proxy in a DMZ. A reverse proxy for http is simple, but > I'm finding it challenging understanding all that needs to take place > for apache 2.2.x to act as a reverse. > > I've done an extensive amount of googling and reading mod_proxy and > mod_ssl docs, but to no avail. Can someone point me to some docs or > configs? > Save your brain, and your computer's memory. Use www/nginx or www/pound. -- Adam Vande More