Tag Archives: mod_rails

Sinatra and Passenger/mod_rails

If you want Apache to serve up a Sinatra app, your best bet is to use Passenger (AKA mod_rails). All your app needs is the usual Rackup config file (config.ru) in the app’s root directory, and the directory public/ . … Continue reading

Posted in Coding Tagged , , ,