From owner-freebsd-questions@FreeBSD.ORG Fri Sep 4 00:12:47 2009 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 52A871065676 for ; Fri, 4 Sep 2009 00:12:47 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 256278FC17 for ; Fri, 4 Sep 2009 00:12:46 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 0A6367E818 for ; Thu, 3 Sep 2009 16:12:58 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Fri, 4 Sep 2009 02:12:44 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA3; KDE/4.2.4; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909040212.44397.mel.flynn+fbsd.questions@mailing.thruhere.net> Subject: Re: Reverse Proxy /Proxy Pass 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: Fri, 04 Sep 2009 00:12:47 -0000 On Friday 04 September 2009 01:20:46 Agus wrote: > What server, application do u know/recommend me for using as a > ProxyPass / Reverse Proxy... > > The idea is to forward all requests to port 80 to this server and then > from here according to the vhost send it to the actual server... For > now i only need proxying.. dont think cacheing will be possible so im > just looking for a pretty fast, light and stable app to do this on a > freebsd 7... > > Thanks and ihope to hear some cool recommendations.. hehe If lightweight, go with www/nginx. Features, go with www/squid or apache+mod_proxy. -- Mel