From owner-freebsd-apache@FreeBSD.ORG Sun Sep 9 14:16:35 2012 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F12DF106566C; Sun, 9 Sep 2012 14:16:35 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE6BD8FC0C; Sun, 9 Sep 2012 14:16:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q89EGZFg085915; Sun, 9 Sep 2012 14:16:35 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q89EGZk6085893; Sun, 9 Sep 2012 14:16:35 GMT (envelope-from ohauer) Date: Sun, 9 Sep 2012 14:16:35 GMT Message-Id: <201209091416.q89EGZk6085893@freefall.freebsd.org> To: spil.oss@gmail.com, ohauer@FreeBSD.org, apache@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/171490: www/apache22: WITH_MPM= breaks mod_proxy_* X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 14:16:36 -0000 Synopsis: www/apache22: WITH_MPM= breaks mod_proxy_* State-Changed-From-To: open->feedback State-Changed-By: ohauer State-Changed-When: Sun Sep 9 14:06:12 UTC 2012 State-Changed-Why: The WITH_MPM parameter is valid, but the WITH_PROXY... parameters should be ignored by the options NG framework. Anyway it is intersting for me to have for both cases the following output: $> make showmodules | grep -i -e proxy -e mpm $> make -V CONFIGURE_ARGS WITH_MPM=worker -DWITH_PROXY -DWITH_PROXY_HTTP -DWITH_PROXY_CONNECT | tr -s ' "' '\n' | grep -v disable | grep -e proxy -e mpm If possible please fire up a "make configure" with your parameters send me the work/httpd-2.2.22/config.log's for both cases (To my @FreeBSD address not to gnats) Responsible-Changed-From-To: apache->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Sun Sep 9 14:06:12 UTC 2012 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=171490