Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 48134 invoked from network); 5 Aug 2010 19:30:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 19:30:55 -0000 Received: (qmail 57756 invoked by uid 500); 5 Aug 2010 19:30:55 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 57659 invoked by uid 500); 5 Aug 2010 19:30:54 -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 57650 invoked by uid 99); 5 Aug 2010 19:30:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 19:30:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 19:30:48 +0000 Received: by qyk31 with SMTP id 31so3701252qyk.18 for ; Thu, 05 Aug 2010 12:30:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=44vvv2yhWwi6mPhFPPDh8jE2bt0nc4j7hDHU9rOO8pA=; b=MtWLlgU7idygnG+nHP0QRPKSIHiM52We3odV0xIAvN/Rs4HqknSzUBYme6l39XWfu4 miRIpQx3RISJ/K61JKN4X06O19vL9B8U1jBKqivuXIrA/biXCI+7YgcCJRi7E4Vndc+J qxJY0v9G9Is0gwtrVlvZul+fiXjhgO1tZGYxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=R5g4rnEckOqiDQm9I5gs/BQ1mcN7ldZ1Y9+LxTMMMGGNtbeMfLYu5Cx1o2y4LszYkJ TxocwvNryuU06oqascJFiNtl5Ow3v8mRhnfX8kA/+vyNJWDB5l4+p1GtNiIdwAdFM/Ml sYRvu0uIsoEzTqqVzoZ30lrFJ1LQ2w4zu8m+s= MIME-Version: 1.0 Received: by 10.224.19.129 with SMTP id a1mr5418373qab.12.1281036627047; Thu, 05 Aug 2010 12:30:27 -0700 (PDT) Received: by 10.229.75.65 with HTTP; Thu, 5 Aug 2010 12:30:27 -0700 (PDT) In-Reply-To: <4C5B0C01.4070208@kippdata.de> References: <4C5B0C01.4070208@kippdata.de> Date: Thu, 5 Aug 2010 15:30:27 -0400 Message-ID: Subject: Re: Talking about proxy workers From: Eric Covener To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 > > http://people.apache.org/~rjung/httpd/trunk/manual/mod/mod_proxy.html.en#workers "A direct worker is usually configured using any of ProxyPass, ProxyPassMatch or ProxySet." I don't know much about Proxy, but can this hammer home a bit more that these directives create a new worker implicitly based on [some parts of?] the destination URL? And what happens when there's overlap? -- Eric Covener covener@gmail.com