I'm a little confused. I'm trying to setup a second domain with 1 mongrel instance.
I currently only have 50mb of memory.
After reading this tutorial: http://www.hostingrails.com/forums/wiki_thread/6 it says :
"This tutorial is only meant for FastCGI deployment. A Mongrel instance or a Mongrel cluster can not serve multiple Rails applications. That is, unless you bundle all your Rails apps into one Rails app."
However after reading this tutorial: http://www.hostingrails.com/forums/deployment_troubleshooting_thread/145
it does not make mention of fastcgi or mongrel and it seems as though its methods will work for either?
I've followed the instructions and setup a symlink to my second app in my main public_html folder. I'm still waiting for my dns update so I can test the site.
After a bit more reading I'm thinking that I will required another 50mb for each extra domain I want to run? Because 1 mongrel instance will only run 1 site? Is there any other way around this apart from turning to fastcgi?
Regards,
Chris.