Fork me on GitHub
Learn more at the sources:

Webserver

This guide will give you an overview of the web server infrastucture behind your ruby on rails app. After reading it you should be familiar with:

  • rack
  • apache and mod_passenger

Chapters

  1. The Stack
  2. See Also

1 The Stack

Rack is an interface between webservers and the Ruby and Ruby framework - or other ruby-based web apps.

rack