Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 3280 invoked by uid 500); 5 Dec 2001 16:32:07 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 3261 invoked from network); 5 Dec 2001 16:32:06 -0000 Received: from bull.bourse.ch (HELO bull1.bourse.ch) (194.158.1.1) by daedalus.apache.org with SMTP; 5 Dec 2001 16:32:06 -0000 Received: (from nobody@localhost) by bull1.bourse.ch (8.8.8+Sun/8.8.8) id RAA20095 for ; Wed, 5 Dec 2001 17:32:07 +0100 (MET) X-Authentication-Warning: bull1.bourse.ch: nobody set sender to using -f Received: from trifid2(172.20.196.132) by bull1 via smap (V2.1) id xma020093; Wed, 5 Dec 01 17:32:07 +0100 Received: from regulus.bourse.ch (regulus [172.20.196.148]) by trifid2.bourse.ch (8.8.8+Sun/8.8.8) with ESMTP id RAA07942 for ; Wed, 5 Dec 2001 17:32:06 +0100 (MET) Received: from bourse.ch (localhost [127.0.0.1]) by regulus.bourse.ch (8.9.3+Sun/8.9.3) with ESMTP id RAA07537 for ; Wed, 5 Dec 2001 17:32:05 +0100 (MET) Sender: obo@bourse.ch Message-ID: <3C0E4C04.53894563@bourse.ch> Date: Wed, 05 Dec 2001 17:32:04 +0100 From: Owen Boyle X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: users@httpd.apache.org Subject: Re: Poor mans content switching? References: <20011205162712.36374.qmail@web21201.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Chad Eric wrote: > > All, > I was wondering if there is a way to enable > content switching without having an arrowpoint device > on the network. Basically I want to know if it is > possible to enable content switching via Apache. So, > regular cgi/html/php requests will get processed on > the UNIX server and ASP/ColdFusion pages will be > processed by a w2k server and then returned to the > users browser. > > Here is an example: > > http://www.foo.com/index.php <- processed by UNIX > server > > http://www.foo.com/index.asp <- processed by w2k > server > A couple of guesses: - use mod_rewrite to rewrite (*.asp) -> http://w2k-server/$1 - use apache in proxy mode with similar mapping.. rgds, Owen Boyle. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org