opts<Hash> |
Options for FastCGI (see below). |
:app<String>> |
The application name. |
:api: plugin
# File lib/merb-core/rack/adapter/fcgi.rb, line 12 def self.start(opts={}) Merb.logger.warn!("Using FastCGI adapter") Merb::Server.change_privilege ::Rack::Handler::FastCGI.run(opts[:app], opts) end
Generated with the Darkfish Rdoc Generator 2.