i have finally gotten apache to run on my server but when i change the htaccess file to use dispatch.fcgi instead of the cgi files, RoR fails to start my apps. i followed the instructions down to the letter from this linke: http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel -- Posted via http://www.ruby-forum.com/.
also in the dispatch.fcgi file it says to change: require ''fcgi'' to: require ''fcgi'' require ''rubygems'' require_gem ''fcgi'' but there is no line that says require ''fcgi'', instead i see one that says require ''fcgi_handler'' and i''m not sure what to keep in there -- Posted via http://www.ruby-forum.com/.