Current Path : /usr/local/share/ri/1.8/system/WEBrick/Config/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/WEBrick/Config/cdesc-Config.yaml |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: constants: - !ruby/object:RI::Constant comment: name: SSL value: "{ :ServerSoftware => \"#{svrsoft} OpenSSL/#{osslv}\", :SSLEnable => false, :SSLCertificate => nil, :SSLPrivateKey => nil, :SSLClientCA => nil, :SSLExtraChainCert => nil, :SSLCACertificateFile => nil, :SSLCACertificatePath => nil, :SSLCertificateStore => nil, :SSLVerifyClient => ::OpenSSL::SSL::VERIFY_NONE, :SSLVerifyDepth => nil, :SSLVerifyCallback => nil, # custom verification :SSLTimeout => nil, :SSLOptions => nil, :SSLStartImmediately => true, # Must specify if you use auto generated certificate. :SSLCertName => nil, :SSLCertComment => \"Generated by Ruby/OpenSSL\"" - !ruby/object:RI::Constant comment: name: LIBDIR value: File::dirname(__FILE__) - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: for GenericServer name: General value: "{ :ServerName => Utils::getservername, :BindAddress => nil, # \"0.0.0.0\" or \"::\" or nil :Port => nil, # users MUST specifiy this!! :MaxClients => 100, # maximum number of the concurrent connections :ServerType => nil, # default: WEBrick::SimpleServer :Logger => nil, # default: WEBrick::Log.new :ServerSoftware => \"WEBrick/#{WEBrick::VERSION} \" + \"(Ruby/#{RUBY_VERSION}/#{RUBY_RELEASE_DATE})\", :TempDir => ENV['TMPDIR']||ENV['TMP']||ENV['TEMP']||'/tmp', :DoNotListen => false, :StartCallback => nil, :StopCallback => nil, :AcceptCallback => nil, }" - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: for HTTPServer, HTTPRequest, HTTPResponse ... name: HTTP value: "General.dup.update( :Port => 80, :RequestTimeout => 30, :HTTPVersion => HTTPVersion.new(\"1.1\"), :AccessLog => nil, :MimeTypes => HTTPUtils::DefaultMimeTypes, :DirectoryIndex => [\"index.html\",\"index.htm\",\"index.cgi\",\"index.rhtml\"], :DocumentRoot => nil, :DocumentRootOptions => { :FancyIndexing => true }, :RequestHandler => nil, :RequestCallback => nil, # alias of :RequestHandler :ServerAlias => nil, # for HTTPProxyServer :ProxyAuthProc => nil, :ProxyContentHandler => nil, :ProxyVia => true, :ProxyTimeout => true, :ProxyURI => nil, :CGIInterpreter => nil, :CGIPathEnv => nil, # workaround: if Request-URIs contain 8bit chars, # they should be escaped before calling of URI::parse(). :Escape8bitURI => false" - !ruby/object:RI::Constant comment: name: FileHandler value: "{ :NondisclosureName => [\".ht*\", \"*~\"], :FancyIndexing => false, :HandlerTable => {}, :HandlerCallback => nil, :DirectoryCallback => nil, :FileCallback => nil, :UserDir => nil, # e.g. \"public_html\" :AcceptableLanguages => []" - !ruby/object:RI::Constant comment: name: BasicAuth value: "{ :AutoReloadUserDB => true, }" - !ruby/object:RI::Constant comment: name: DigestAuth value: "{ :Algorithm => 'MD5-sess', # or 'MD5' :Domain => nil, # an array includes domain names. :Qop => [ 'auth' ], # 'auth' or 'auth-int' or both. :UseOpaque => true, :UseNextNonce => false, :CheckNc => false, :UseAuthenticationInfoHeader => true, :AutoReloadUserDB => true, :NonceExpirePeriod => 30*60, :NonceExpireDelta => 60, :InternetExplorerHack => true, :OperaHack => true, }" full_name: WEBrick::Config includes: [] instance_methods: [] name: Config superclass: