From owner-freebsd-questions@FreeBSD.ORG Sat May 31 21:28:52 2008 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 C3C641065671 for ; Sat, 31 May 2008 21:28:52 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9AAC58FC1A for ; Sat, 31 May 2008 21:28:50 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m4VLSfWM017442; Sat, 31 May 2008 23:28:41 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m4VLSeaP017439; Sat, 31 May 2008 23:28:41 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 31 May 2008 23:28:40 +0200 (CEST) From: Wojciech Puchar To: Thomas Mullins In-Reply-To: <537CB068C0C3DB4C857BB2719A89DC9102793F0A@mail2.wise.k12> Message-ID: <20080531232711.F17426@wojtek.tensor.gdynia.pl> References: <537CB068C0C3DB4C857BB2719A89DC9102793F0A@mail2.wise.k12> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Reverse proxy recommendation 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: Sat, 31 May 2008 21:28:52 -0000 > great. > > But, we would like to tighten up security. I know you can do this with > squid, apache and a few others. Could someone please make a > recommendation on what solutions they have used or seen in the past? squid works fine for reverse proxy, is very fast, you may turn disk cache off a it doesn't make much sense (unless the servers behind are slow). in squid you may specify lots of rules as with forward proxy - it could be used for security.