I have SnowLeopard Server on MacMini, and apache2 preinstalled on it.
I installed Passenger Phusion for Apache and that works, but I figured out based on my logs (only development log is filled with content) and database configuration that my Rails 3 app works in development mode on server.
I tried to configure in VirtualHost block RAILS_ENV variable, but result is the same.
What to do to make this to work in production mode? :|