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 5F035EA23 for ; Sat, 16 Feb 2013 23:05:30 +0000 (UTC) Received: (qmail 13766 invoked by uid 500); 16 Feb 2013 23:05:29 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 13709 invoked by uid 500); 16 Feb 2013 23:05:29 -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 13701 invoked by uid 99); 16 Feb 2013 23:05:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2013 23:05:29 +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 209.85.220.177 as permitted sender) Received: from [209.85.220.177] (HELO mail-vc0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2013 23:05:23 +0000 Received: by mail-vc0-f177.google.com with SMTP id m18so2896722vcm.36 for ; Sat, 16 Feb 2013 15:05:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=SZEZMJktpWGFTvDfjghU2aXwGh31g3jwBr0YiAj3OUM=; b=HEbO9+S1PDLICrtf92JFP5N2u/4ZT8ohq0YJ1+iJQUgQVTPDVmXrt9hIXVQqRt1+Uc bCwMCCQby5ML5N7fjmK6AqgP6OtUd8Ildwetvb6/sUBUB4gUPlcYFpLt19zIZSuoYAyi J0xTeXeYu8ByBy2SdsyN5JnV94NaPxP80yRykOVkL7Q6C2YbfDK0sYOjfFWHMgeAseNj Xcy6QO++lAKKOhEJZCbw+G8xd06Jrs6uCz+59VAww7keqojXYL/P4mebZ/sduibkygel WVxM9yoL9NgJwwexV/33Sh5+KxqUNv4MOa3HkN8PVOo/qvJRVNe89B4BEMmkPzyBNbWw bM4A== MIME-Version: 1.0 X-Received: by 10.52.34.170 with SMTP id a10mr8436390vdj.54.1361055902043; Sat, 16 Feb 2013 15:05:02 -0800 (PST) Received: by 10.58.231.166 with HTTP; Sat, 16 Feb 2013 15:05:01 -0800 (PST) In-Reply-To: <51200D75.5060605@kippdata.de> References: <20130212105442.F313D23889ED@eris.apache.org> <51200D75.5060605@kippdata.de> Date: Sat, 16 Feb 2013 18:05:01 -0500 Message-ID: Subject: Re: svn commit: r1445100 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS server/mpm_common.c From: Eric Covener To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Feb 16, 2013 at 5:51 PM, Rainer Jung wrote: > On 16.02.2013 18:17, Eric Covener wrote: >> On Tue, Feb 12, 2013 at 5:54 AM, wrote: >>> + if (lp->protocol && strcasecmp(lp->protocol, "https") == 0) { >> >> Should this be ap_listeners? There is no local "lp" in my 2.2.x and >> currently does not build (but I also just recently did a migration on >> my system and somethings are flaky) > > You are totally right. I did build but did not notice, that the whole > block is not being compiled when using the worker MPM, which I did. I think the same MPM difference got me between original review and now -- thanks for that hint.