From owner-freebsd-questions@FreeBSD.ORG Sat Sep 5 07:55:55 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 73BF5106568D for ; Sat, 5 Sep 2009 07:55:55 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208]) by mx1.freebsd.org (Postfix) with ESMTP id 0AE1B8FC19 for ; Sat, 5 Sep 2009 07:55:54 +0000 (UTC) Received: by ewy4 with SMTP id 4so1501696ewy.36 for ; Sat, 05 Sep 2009 00:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=XCKdKxfmHm+bp8zLC1mIbLM1g58Dv0fMINeGGb0iqIQ=; b=E27gCbLI7jvPvDQ10uuVJzODgKJDN4rwJ7+VIQsJp+fnN2CDSV+7BOZL4SDOH2v+Pj CiPASTLCRKSIvpaHXh1AVvvL7mKUqvhfD4DKOtwGo2DpzRQwHGbpHE0pvMTuspZMlXPW JtUrcR8Eafk9fKLAQWTAmoLL7j6BeMFZa6arg= 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=L395d68emihSdvzRa7gyTQRIbfQpcFG9ML9/SAJOL2RPQWTU8cj+fe8h/EnmdOXLXt XTvQ+20zevOmQcfF14+FdafNxiWbedyCLqb2sezEzVfa6WoLOx8UoSvrjfE3NBvQ/k3q dGM3ZMdfVUuo5MIWxT+QxCVPEbnYbP0CTR2kI= MIME-Version: 1.0 Received: by 10.210.32.28 with SMTP id f28mr1478068ebf.25.1252137354224; Sat, 05 Sep 2009 00:55:54 -0700 (PDT) In-Reply-To: <200909040212.44397.mel.flynn+fbsd.questions@mailing.thruhere.net> References: <200909040212.44397.mel.flynn+fbsd.questions@mailing.thruhere.net> Date: Sat, 5 Sep 2009 04:55:54 -0300 Message-ID: From: Agus To: Mel Flynn Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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: Sat, 05 Sep 2009 07:55:55 -0000 2009/9/3 Mel Flynn : > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Thanks Mel... Now i've been reading a little and found that cherokee maybe a very good alternative also.... I also found that the performance will variate according to the syscall the server uses... i read about poll,etc.... how to know which syscalls does the servers support and which one is better/fastest? I will continue looking for this... Thanks a lot, Agusitn