Re: fcgi

why the lucky stiff <[email protected]> Fri, 06 Jan 2006 00:06:00 -0700
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Aaron Schrab wrote:

>While it may not be "supported", it's certainly possible to use eruby
>with fcgi.  I've played with having eruby files like the one attached
>executed as fcgi executables, and it worked fairly well.
>
>You could also have a simple fcgi script that can load any of a number
>of eruby files.  It should also be possible to use an fcgi script as an
>Apache handler for eruby files.
>  
>
This could also be modified to serve up eruby files from a series of 
directories through FastCGI:

  http://pallas.telperion.info/ruby-cgi/

_why