I installed devalot (looks sweet by the way) on my add on domain as the main application. My .htaccess (in the main app) is correct I think since I can reach the page. But it's giving me the rails error.
Application error
Rails application failed to start properly
I added the rewritebase in the devalot .htacces and the relative url root in the environment.rb. The thing is though that I think it's starting up mongrel or something since mongrel has been enabled on my account. I don't get anything in the log folder as well.. so I'm rather clueless as to what is going wrong here. Any thoughts ? :s
edit: I deployed with capistrano as well and if I check ~/public_html/ I don't see my original rails app by the way. Could this be why it's not working ?
I also checked my logs through cPanel and I found:
[Fri Feb 09 09:10:57 2007] [notice] mod_fcgid: process /home/eigenho/public_html/websugar/dispatch.fcgi(22550) exit(shutting down), get stop signal 9
[Fri Feb 09 06:53:38 2007] [notice] mod_fcgid: server /home/eigenho/public_html/websugar/dispatch.fcgi(22550) started
Also, after a while I got the following in my fastcgi.crash.log:
[09/Feb/2007:15:10:56 :: 22550] asked to terminate immediately
[09/Feb/2007:15:10:57 :: 22550] terminated by explicit exit
So I'm guessing there is something wrong that I can't fix ? :s