Handlers connect web servers with Rack.
Rack includes Handlers for Mongrel, WEBrick, FastCGI, CGI, SCGI and
LiteSpeed.
Handlers usually are activated by calling MyHandler.run(myapp). A
second optional hash can be passed to include server-specific
configuration.