Displaying 1 result from an estimated 1 matches for "howtouserailswithrewrittenurls".
2006 Jan 03
3
RoR and Apache2 and app in local directory
...osed to the /var/www/ directory). ie. in
/users/john/public_html/myapp
I have a simple app setup, and using the Webrick server it works fine.
But trying to get Apache to work is becoming a pain in the *&^*.
I followed the directions on this page:
<http://wiki.rubyonrails.com/rails/pages/HowToUseRailsWithRewrittenURLs>
But when I try going to the URL of a controller I get:
"You don''t have permission to access /~john/myapp/public/dispatch.cgi on
this server"
I''m guessing it has to do with not having CGI access in the directory,
but I don''t know how to get it set up. I...