There's no documentation for this item.
Source Code
# File fcgi_handler.rb, line 174 def restart! config = ::Config::CONFIG ruby = File::join(config['bindir'], config['ruby_install_name']) + config['EXEEXT'] command_line = [ruby, $0, ARGV].flatten.join(' ') dispatcher_log :info, "restarted" exec(command_line) end
<code/>and<pre/>for code samples.