Is it possible to deploy a Ruby app on a plain clean Passenger setup?
Posted
by Folletto
on Stack Overflow
See other posts from Stack Overflow
or by Folletto
Published on 2010-05-18T17:32:40Z
Indexed on
2010/05/18
18:10 UTC
Read the original article
Hit count: 154
I'm thinking to something really similar on what you can do with mod_php: drop an application in some way inside Apache and making it run with Passenger, without adding anything inside httpd.conf (no vhost, nothing except the basic Passenger configuration). It's something very similar to Wordpress or many other frameworks: just unzip/svn checkout it inside a folder and run it.
I know that it's possible with CGI and FCGI, but I'm wondering if it's also possible to tap in the speed of Passenger.
I've tried fiddling with the Rack instructions on the official website trying to find a specific .htaccess and config.ru configuration, but nothing so far.
I know it's not common, but... is it even possible?
© Stack Overflow or respective owner