ruby-changes:53748
From: nobu <ko1@a...>
Date: Sun, 25 Nov 2018 12:36:14 +0900 (JST)
Subject: [ruby-changes:53748] nobu:r65965 (trunk): un.rb: more options for httpd
nobu 2018-11-25 12:36:09 +0900 (Sun, 25 Nov 2018) New Revision: 65965 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65965 Log: un.rb: more options for httpd Modified files: trunk/lib/un.rb Index: lib/un.rb =================================================================== --- lib/un.rb (revision 65964) +++ lib/un.rb (revision 65965) @@ -321,6 +321,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/un.rb#L321 def httpd setup("", "BindAddress=ADDR", "Port=PORT", "MaxClients=NUM", "TempDir=DIR", "DoNotReverseLookup", "RequestTimeout=SECOND", "HTTPVersion=VERSION", + "ServerName=NAME", "ServerSoftware=NAME", "SSLCertificate=CERT", "SSLPrivateKey=KEY") do |argv, options| require 'webrick' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/