From owner-freebsd-doc@FreeBSD.ORG Mon Dec 17 11:11:07 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B15B5363 for ; Mon, 17 Dec 2012 11:11:07 +0000 (UTC) (envelope-from simon@qxnitro.org) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22C738FC0C for ; Mon, 17 Dec 2012 11:11:06 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so4498670lbb.13 for ; Mon, 17 Dec 2012 03:11:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qxnitro.org; s=google; h=mime-version:sender:x-originating-ip:date:x-google-sender-auth :message-id:subject:from:to:cc:content-type; bh=NWWp5+tFFYhEdLRAyuvNEuMV8QNhN0LvNrUEc8VaCPI=; b=V7HztNb/a3uh6fBK4XNtW/yWs6ClU6RfRB16hj1ZlztEQ2IgIrSgONo7xTYcQhNkhU 8TguXg5Zg/px+ceUpsSs99n5wzhK+V4SZTAtGsZhnx1F8x8W672UmLyyEWRnVwtPjLZb hlh7LjxFEawTNp2ZeiZFvM0Bl/W3TpKycLq/w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:date:x-google-sender-auth :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=NWWp5+tFFYhEdLRAyuvNEuMV8QNhN0LvNrUEc8VaCPI=; b=FJGl50JEnxbRONgBX7YiBG6uvUtgLtoRxKMcNR7zgpdMJqICyk45u7obSQJsLwdk5/ EMfD3BgvBF4FzjGZN34Vl9IyVkWhqD/E7kB9wjBNVy139yPK9N6tPzJDD7n9Y1CBdWIA 41qAyYXME3VHb1w2ginot7hgkjzlUkOZahXsBWqKDXe0d94WDQDF9iCehx3BCkZ8rjtQ qKekPXnmzsaVR/P/sAp8NZTQCqfi+e6YeYgm6ouj04TXp/LclhmMi6FGAE9Sh3ASpgmr obryY6CPMckeYfgEk/p6CxXP58+ZBqNYBW/QJ8cPH32glJgvGlseLLEWuxSe3UzpuoTh aQfw== MIME-Version: 1.0 Received: by 10.152.131.137 with SMTP id om9mr7841056lab.18.1355742665532; Mon, 17 Dec 2012 03:11:05 -0800 (PST) Sender: simon@qxnitro.org Received: by 10.112.12.52 with HTTP; Mon, 17 Dec 2012 03:11:05 -0800 (PST) X-Originating-IP: [89.100.2.68] Date: Mon, 17 Dec 2012 11:11:05 +0000 X-Google-Sender-Auth: Kl04BOKsvmDmSTeQqxyZD4BmutA Message-ID: Subject: www proxy evil From: "Simon L. B. Nielsen" To: freesd-doc Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk6crlXzUrY4avNT2wvxBhKy+OELFiEzjNnUO3fvoN+Hsvm3K16Rt+k0nIFFpoDTiPKCwdD Cc: webmaster , "FreeBSD.org clusteradm" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 11:11:07 -0000 Hey, FYI, I'm going to put www to point to a varnish reverse proxy shortly. If you see any issues please let me know. The reason for this change is to make it simpler to gradually move www off red and to a new jail based setup. By doing it this way it will be much simpler to start with the simple stuff first. Initially all the requests will still be handled by red (current www) they will just go through the proxy first. We have been running with a varnish proxy in front of wiki, lists etc. for a while and it has worked very well. -- Simon L. B. Nielsen