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 A658D6DE0 for ; Sat, 2 Jul 2011 19:52:51 +0000 (UTC) Received: (qmail 61002 invoked by uid 500); 2 Jul 2011 19:52:50 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 60764 invoked by uid 500); 2 Jul 2011 19:52:49 -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 60756 invoked by uid 99); 2 Jul 2011 19:52:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2011 19:52:49 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 76.96.30.64 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.30.64] (HELO qmta07.emeryville.ca.mail.comcast.net) (76.96.30.64) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2011 19:52:41 +0000 Received: from omta01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by qmta07.emeryville.ca.mail.comcast.net with comcast id 37s81h0020EPchoA77sJ4n; Sat, 02 Jul 2011 19:52:18 +0000 Received: from [192.168.199.4] ([98.211.98.209]) by omta01.emeryville.ca.mail.comcast.net with comcast id 37sW1h00D4X3Vfm8M7sZ9l; Sat, 02 Jul 2011 19:52:37 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: load order dependency between mod_proxy and mod_proxy_express From: Jim Jagielski In-Reply-To: <201107012158.25361.sf@sfritsch.de> Date: Sat, 2 Jul 2011 15:52:11 -0400 Content-Transfer-Encoding: 7bit Message-Id: <66A92F44-62CF-4477-9E47-D6657C854CC2@jaguNET.com> References: <201107012158.25361.sf@sfritsch.de> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1084) On Jul 1, 2011, at 3:58 PM, Stefan Fritsch wrote: > Currently mod_proxy needs to be loaded first because mod_proxy_express > references the proxy_module symbol. What is the easiest way to fix > this? > Why is this considered "broken"??