Parent

Methods

Class Index [+]

Quicksearch

Merb::Rack::FastCGI

Public Class Methods

start(opts={}) click to toggle source

Parameters

opts

Options for FastCGI (see below).

Options (opts)

:app>

The application name.

:api: plugin

    # File lib/merb-core/rack/adapter/fcgi.rb, line 12
12:       def self.start(opts={})
13:         Merb.logger.warn!("Using FastCGI adapter")
14:         Merb::Server.change_privilege
15:         ::Rack::Handler::FastCGI.run(opts[:app], opts)
16:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.