I am hosting several static sites on my Linode which I've been managing with Apache. Recently did I build a Rails app that that I spent all weekend trying to get deployed to a custom domain. I tried everything and finally was able to see some success after following a Rails Screencast including a Capistrano deploy using Nginx and Unicorn.
I ran the deploy script from my home machine and it deployed files to my Linode at the appropriate web address (yay!). However, it looks like there is conflict with Apache, and my site is not serving up on the server. The files are simply "directory listing" contents.
The site is:
http://www.ohinaa.comApp code is all on Github:
http://www.github.com/indie/serenityI can post config files, if needed. Hopefully it's something obvious I'm missing because I've spent too much time in the problem, and can't see it. Any help will be greatly GREATLY appreciated.