opts | Options for FastCGI (see below). |
: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.
Generated with the Darkfish Rdoc Generator 1.1.6.