Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A27FCDB5 for ; Thu, 4 Dec 2014 14:59:22 +0000 (UTC) Received: (qmail 4937 invoked by uid 500); 4 Dec 2014 14:59:21 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 4864 invoked by uid 500); 4 Dec 2014 14:59:21 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 4854 invoked by uid 99); 4 Dec 2014 14:59:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 14:59:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 14:58:55 +0000 Received: by mail-wg0-f43.google.com with SMTP id l18so23031920wgh.16 for ; Thu, 04 Dec 2014 06:58:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UCgaidUoOgSVB6E4RQWPMWpppannNmekhrtpoAQdEBA=; b=WXNXJoVcaeIbcbV0pI1KiGz8c1OpXYxQyGDQR/6C7JZHj2eAKJX0BPqp7q5kzHehQv QLJWRBWl4b///hCnFr5NBuO317GPzjA34ks4cRjIp0pUxeIOx24EbTSRIpfrmdWfUFH1 FkXOpq0cSPp5dZNaQ918ONn5fw2dw5R5kZ6YocGvp/syI4G2Rdiz3xl2n4cQb+WQ0zD1 /URvgnjdx0v+NEeV3JsumyNVW8CowfysTZsRt0prpB0hg0j3QvRaQn+88eGZ8Gqmazz1 AZ342NwhYn9mamqF+x1uzC3eICycgsvMa5Ac24M/pivL380thgbA2TrafnpT2VOvn1mS yCog== MIME-Version: 1.0 X-Received: by 10.194.221.2 with SMTP id qa2mr16171089wjc.48.1417705134723; Thu, 04 Dec 2014 06:58:54 -0800 (PST) Received: by 10.27.201.10 with HTTP; Thu, 4 Dec 2014 06:58:54 -0800 (PST) In-Reply-To: <59125B7C-66D1-4BEE-8495-D2329CD53F14@riggs.me> References: <5476113A.1050803@rcbowen.com> <547D129A.3050704@primary.net> <59125B7C-66D1-4BEE-8495-D2329CD53F14@riggs.me> Date: Thu, 4 Dec 2014 09:58:54 -0500 Message-ID: Subject: Re: ApacheCon Austin, httpd track From: Eric Covener To: Apache HTTP Server Development List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 2, 2014 at 4:14 PM, Jim Riggs wrote: > P.S. mod_proxy_balancer -> mod_proxy_fcgi -> php-fpm is really fun and interesting too! ;-) mod_proxy_fcgi seems to need a bit of work from what I have been seeing in bugzilla and IRC. I hope to spend a little time on the code and doc, but not being an actual user of it I don't know how far I will really get before being distracted.