From modules-dev-return-3043-apmail-httpd-modules-dev-archive=httpd.apache.org@httpd.apache.org Tue Sep 14 17:44:50 2010 Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 19337 invoked from network); 14 Sep 2010 17:44:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 17:44:50 -0000 Received: (qmail 11488 invoked by uid 500); 14 Sep 2010 17:44:50 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 11386 invoked by uid 500); 14 Sep 2010 17:44:49 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 11378 invoked by uid 99); 14 Sep 2010 17:44:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 17:44:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of support@bettercgi.com designates 216.17.105.202 as permitted sender) Received: from [216.17.105.202] (HELO ps536.phatservers.com) (216.17.105.202) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 17:44:42 +0000 Received: from r74-192-2-154.bcstcmta01.clsttx.tl.dh.suddenlink.net ([74.192.2.154] helo=raydesk1.bettercgi.com) by ps536.phatservers.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1OvZYJ-0005Gn-In for modules-dev@httpd.apache.org; Tue, 14 Sep 2010 10:44:19 -0700 Date: Tue, 14 Sep 2010 12:44:18 -0500 From: Ray Morris Subject: Re: Apache mods - possible to send request on? To: modules-dev@httpd.apache.org References: <314375.31761.qm@web28608.mail.ukl.yahoo.com> In-Reply-To: <314375.31761.qm@web28608.mail.ukl.yahoo.com> (from pdonaldson_home@yahoo.co.uk on Tue Sep 14 12:33:14 2010) X-Mailer: Balsa 2.4.1 Message-Id: <1284486258.31954.3@raydesk1.bettercgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > write a module that takes > elements of the request and makes a request to another web server at =20 > an > arbitrary URL? See the proxy modules for examples. -- Ray Morris support@bettercgi.com Strongbox - The next generation in site security: http://www.bettercgi.com/strongbox/ Throttlebox - Intelligent Bandwidth Control http://www.bettercgi.com/throttlebox/ Strongbox / Throttlebox affiliate program: http://www.bettercgi.com/affiliates/user/register.php On 09/14/2010 12:33:14 PM, Paul Donaldson wrote: > Hello, >=20 > I am completely new to Apache and Apache Modules, and so I'd be =20 > grateful if > someone could tell me whether it might be possible to write a module =20 > that takes > elements of the request and makes a request to another web server at =20 > an > arbitrary URL? >=20 > I don't want to redirect the client, I just want to be able to get =20 > the request, > look for elements in the query string of the request, make an =20 > asynchronous http > request to another web server, meanwhile the original request is =20 > handled in the > normal way. >=20 > Many Thanks, > Peter >=20 >=20 >=20