I’ve changed .htaccess back to “RewriteRule ^(.*)$ dispatch.cgi
[QSA,L]”, so it should use cgi not fcgi. And the results are exactly the
same (however it complaines about dispatch.cgi now). So it’s rather not
fcgi that causes this problem.
I’ve changed .htaccess back to “RewriteRule ^(.*)$ dispatch.cgi
[QSA,L]”, so it should use cgi not fcgi. And the results are exactly the
same (however it complaines about dispatch.cgi now). So it’s rather not
fcgi that causes this problem.
I’d suggest that if the app works with “script/server” using Webrick,
and doesn’t with the apache deploy, I’d blame .htaccess or httpd.conf.
To be honest, blaming mod_rewrite first is usually my preferred option
Have you tried just running script/server in your rails directory and
tesing it against port 3000 ?
Just tried running webrick server and it works.
So like you said it would be probably .htaccess or httpd.conf.
But i’m really linux/apache newbie, so if you could tell me what are the
most probable errors or how to check if necessary stuff is correctly
installed (i followed the tutorial mentioned in the first post to
install and configure everything) i’d be very grateful.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.