Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 32775 invoked from network); 1 Dec 2006 15:00:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 15:00:13 -0000 Received: (qmail 21171 invoked by uid 500); 1 Dec 2006 15:00:11 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 21155 invoked by uid 500); 1 Dec 2006 15:00:11 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 21144 invoked by uid 99); 1 Dec 2006 15:00:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 07:00:11 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 209.86.89.66 is neither permitted nor denied by domain of perrin@elem.com) Received: from [209.86.89.66] (HELO elasmtp-spurfowl.atl.sa.earthlink.net) (209.86.89.66) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 06:59:59 -0800 Received: from [67.100.50.50] (helo=[67.100.50.50]) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1Gq9rU-0002bk-Ld; Fri, 01 Dec 2006 09:59:37 -0500 Message-ID: <45704354.7080707@elem.com> Date: Fri, 01 Dec 2006 09:59:32 -0500 From: Perrin Harkins User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Daniel McBrearty CC: mod_perl List Subject: Re: using light/heavy apache References: <9cf113670612010049t360c182ew73c2c737b24d2337@mail.gmail.com> In-Reply-To: <9cf113670612010049t360c182ew73c2c737b24d2337@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c0887ac1ba12fd211aa676d7e74259b7b3291a7d08dfec7963815d8567d1efefa64bef7a7073ddff350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 67.100.50.50 X-Virus-Checked: Checked by ClamAV on apache.org Daniel McBrearty wrote: > I saw a longish article on the site a while back that described how to > deploy a site so that a lightweight apache instance serves static > files, while s seperate server handles mod_perl stuff. Can't seem to > find it back though. The best writeup on it is here: http://www.modperlbook.org/html/ch12_01.html > But, as the first part of the uri will normally be the user language, > ( www.engoi.com/en/ ...) I'd rather not do it like that. That's no problem. You can use a regex in your ProxyPass setting or use mod_rewrite with its proxy integration to identify these URLs. It should be able to handle just about any URL scheme. - Perrin