Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 15874 invoked from network); 25 Jun 2007 05:19:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 05:19:13 -0000 Received: (qmail 83945 invoked by uid 500); 25 Jun 2007 05:19:06 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 83926 invoked by uid 500); 25 Jun 2007 05:19:05 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 83915 invoked by uid 99); 25 Jun 2007 05:19:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2007 22:19:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of the_president@canada.com designates 64.22.133.145 as permitted sender) Received: from [64.22.133.145] (HELO canada.com) (64.22.133.145) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 24 Jun 2007 22:19:01 -0700 Received: from vanessa [64.22.128.9] by ANNIE.canada.com with SMTP (1.1.1.54) Sun, 24 Jun 2007 22:18:40 -0700 mime-version: 1.0 from: "Robert Alford" to: users@httpd.apache.org date: 24 Jun 2007 22:18:40 -0700 content-type: text/plain; charset=us-ascii content-transfer-encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20070625051902.2DA3710FB010@herse.apache.org> Subject: [users@httpd] Running Multiple Interpreters in a Single Page List,=0D=0A=0D=0AI have a piece of Ruby code and a piece of PHP code that= I would like to serve as part of one web page. My server has been setup= such that it can serve Ruby and PHP pages individually, but I'm not sure= if there exists the means to get Apache to interpret a block of Ruby code= in the same page as a block of PHP code? As I understand it, Apache determines= which interpreter to used based on the extension of the page, so I would= need to start by figuring out some way to circumvent this obstacle.=0D=0A= =0D=0AVarious web research I've done suggests that I might be able to use= proxying to get the two code modules served in one page, but I'm not sure= what sort of performance penalties that would incur? The page I would= like to create will be performance-sensitive, so if proxying comes at a= significant time cost, it will probably not be a viable solution to me.= =0D=0A=0D=0AThanks for any help or ideas!=0D=0ABill=0D=0A=0D=0A=0D=0A=0D=0A= =0D=0A --------------------------------------------------------------------- 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 " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org