John wrote: > OK I am back with some better data. > I have Apache2.2 set up with a VirtualHost for the Rails site and > loading fcgid not fastcgi. Apache is sending all requests to the base > URL to dispatch.fcgi and the Redmine site checks the db and loads very > slowly without any CSS or Javascript. The Redmine error message is "no > route matches..." > > 1) Apache virtualhost: > <VirtualHost *:80> > ServerAdmin [email protected] > ServerName redmine..com > DocumentRoot /var/www/redmine/public/ > > <Directory "/var/www/redmine/public"> > Options Indexes +ExecCGI FollowSymLinks > AddHandler fcgid-script .fcgi > Order allow,deny > Allow from all > </Directory> > > ErrorLog /var/log/apache2/error.log > LogLevel debug > </VirtualHost> [...]
Are you using Passenger? If so, then you don't need fcgi. Please read the Passenger documentation. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

