mod_rails

Passenger Apache Settings example

<VirtualHost *:80>
 
  ServerName  domain.com
 
  DocumentRoot /home/path/to/railsapp/public
  Options +FollowSymLinks +ExecCGI
  RailsEnv development
 
</VirtualHost>

Syndicate content (C01 _th3me_)