Server IP : 66.29.132.122 / Your IP : 3.22.240.209 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/WEBrick/Config/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: constants: - !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, }" - !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\"" full_name: WEBrick::Config includes: [] instance_methods: [] name: Config superclass: