lib/rack/handler/fastcgi.rb in rack-1.3.0 vs lib/rack/handler/fastcgi.rb in rack-1.3.1
- old
+ new
@@ -26,10 +26,10 @@
end
FCGI.each { |request|
serve request, app
}
end
-
+
def self.valid_options
{
"Host=HOST" => "Hostname to listen on (default: localhost)",
"Port=PORT" => "Port to listen on (default: 8080)",
"File=PATH" => "Creates a Domain socket at PATH instead of a TCP socket. Ignores Host and Port if set.",