From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: yahns-public@yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E66901F49F for ; Tue, 3 Mar 2015 07:59:33 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PUSHED] extras/proxy_pass updates Date: Tue, 3 Mar 2015 07:59:27 +0000 Message-Id: <1425369570-28427-1-git-send-email-e@80x24.org> List-Id: Minor updates to the proxy_pass extra which I've been using to proxy an Apache mpm_prefork instance behind yahns (which hosts the HTTP mailing list archives via public-inbox). I'll probably turn this into some sort of reusable API based on rack.hijack soon, so it's more efficient and allow M:N thread:connection handling instead of the current 1:1 model. Eric Wong (3): extras/proxy_pass: do not name unused variable extras/proxy_pass: log exceptions leading to 502 extras/proxy_pass: flesh out upload support + tests extras/proxy_pass.rb | 15 +++---- test/server_helper.rb | 6 +-- test/test_extras_proxy_pass.rb | 100 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 11 deletions(-)