
I'm trying to get Ruby on Rails running on my server again. I can 'rails test' and rails will happily generate the application but when I try to access the app, by navigating to it with a browser, I get Forbidden, You don't have permission to access /test/ on this server. Apache/2.0.52 (CentOS) Server at test.allcompso.com Port 80.
I have spent over two weeks trying to get Capistrano to deploy my app. I followed dozens of different directions. Many instructions worked up to a point and then could not be completed for one reason or another (so frustrating). I finally got it to work but I couldn't run the ROR app. I spent another week trying to figure out why. Most suggestions I followed were for permissions. I tried many but none worked. At some point a couple of days ago, I started getting this 403 error. I'm 20 or 30 hours into this problem and I give up. I need help. I have tried many suggestions but I get the exact same result.
I have tried creating new rails apps and they all create fine but when I try to run them I get the 403 error. I have tried creating new subdomains and then create a new rails app there and the same thing happens. What configuration file is responsable for giving access to my rails application folder?
Please help somebody. You are my only hope. Has anybody seen this before?
Thanks,
George