Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 57177 invoked from network); 31 Oct 2006 16:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2006 16:11:26 -0000 Received: (qmail 23384 invoked by uid 500); 31 Oct 2006 16:11:35 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 22789 invoked by uid 500); 31 Oct 2006 16:11:34 -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 22778 invoked by uid 99); 31 Oct 2006 16:11:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 08:11:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [195.233.129.143] (HELO rat01038.dc-ratingen.de) (195.233.129.143) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 08:11:19 -0800 Received: from rat01047.dc-ratingen.de (rat01047_e0 [195.233.128.119]) by rat01038.dc-ratingen.de (Switch-3.1.4/Switch-3.1.0) with ESMTP id k9VGAvGw016514 for ; Tue, 31 Oct 2006 17:10:57 +0100 (MET) Received: from vis01-mx02.vis.internal.vodafone.com (vis01-mx02.dc-ratingen.de [145.230.71.230]) by rat01047.dc-ratingen.de (Switch-3.1.4/Switch-3.1.0) with ESMTP id k9VGAtwM002123 for ; Tue, 31 Oct 2006 17:10:55 +0100 (MET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: AW: [Fwd: Re: Apache 2.2.3 mod_proxy issue] Date: Tue, 31 Oct 2006 17:10:54 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: AW: [Fwd: Re: Apache 2.2.3 mod_proxy issue] Thread-Index: Acb9BlVUAaoRZzqfRJ2lyEL2kxOfOwAADXGg From: =?iso-8859-1?Q?Pl=FCm=2C_R=FCdiger=2C_VF_EITO?= To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Urspr=FCngliche Nachricht----- > Von: Jim Jagielski=20 > Gesendet: Dienstag, 31. Oktober 2006 17:05 > An: dev@httpd.apache.org > Betreff: Re: AW: [Fwd: Re: Apache 2.2.3 mod_proxy issue] >=20 >=20 > >=20 > > I am a regexp fan and have mod_rewrite loaded in any of our=20 > servers =3D > > anyway > > for some standard tasks, so this actually does not bother me :-). >=20 > My "concern" is that the proxy-selection and operation should be > fast, as fast a possible, and mod_rewrite simply isn't the fastest > puppy in the world. Avoiding full-blown regex in ProxyPass allows > for nice pattern matching (globbing) without the overhead of > a full regex engine... fast fast fast should be the name of > the game. That depends on the usage of the proxy. In the example given we talk = about a connection to a jsp in the backend. I am pretty sure that = mod_rewrite's part on the total response time / resource consumption (CPU / memory) = here is fairly low. So honestly, this is not my concern here. Regards R=FCdiger