Did you check: http://microjet.ath.cx/webrickguide/html/html_webrick.html & http://microjet.ath.cx/webrickguide/html/Server_Configuration.html in specific? Cheers, Patrick. -- On 31 jan, 20:07, Eric Hodel <drbr... / segment7.net> wrote: > On Jan 31, 2007, at 07:38, Mike Houghton wrote: > > > > > > > I've copied some basic code for an HTTPS server > > > =============== > > require 'webrick' > > require 'webrick/https' > > > httpserver = WEBrick::HTTPServer.new( > > :Port => 2000, > > :DocumentRoot => Dir::pwd + "/htdocs", > > :SSLEnable => true, > > :SSLVerifyClient => ::OpenSSL::SSL::VERIFY_NONE, > > :SSLCertName => [ ["C","JP"], ["O","WEBrick.Org"], ["CN", "WWW"] ] > > ) > > =============== > > > My question is does anyone know the full set of parameters that can be > > supplied to HTTPServer.new ? > > I can't find anything the the documentation and google/websearch > > doesn't > > give much. > > WEBrick::Config has a bunch more.- Tekst uit oorspronkelijk bericht niet weergeven - > > - Tekst uit oorspronkelijk bericht weergeven -