What happens if you run in development mode? Do you see any additional error messages in the browser? You can do this in passenger by specifying: RailsEnv "development" in your httpd.conf. Oh also, does the application run correctly if you run it directly with script/server instead of through passenger? Steve