Apache can handle it with fastcgi, and Nginx has an experimental perl
interpreter built into the latest versions. You just need to setup the
rules to know which pages should go to mongrel, and which to the perl
interpreter. I''ve been doing some similar things with Rails and some
fringe pieces in PHP. This works nicely with nginx.
http://wiki.codemongers.com/NginxEmbeddedPerlModule
http://www.fastcgi.com/
Greg
On 7/19/07, barsalou <barjunk at attglobal.net>
wrote:> I read this article
> (http://rubyforge.org/pipermail/mongrel-users/2006-April/000084.html)
> and it encouraged me to ask if it was possible to host a rails app that
> had parts of it that were perl cgi.
>
> Is there any possibility of getting something like this working using
mongrel?
>
> The goal would be to have the rails app control the authentication and
> authorization, then execute some of the cgi from within.
>
> The ultimate goal is to have this all be in ruby, but in the mean time,
> I''d like to implement what is already working in perl.
>
> Is this a cooky idea?
>
> Mike B.
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> _______________________________________________
> Mongrel-users mailing list
> Mongrel-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/mongrel-users
>
--
Thanks,
Greg Benedict