Gestionnaire de fichiers - Editer - /opt/cpanel/ea-ruby24/root/usr/share/ri/system/WEBrick/Config/cdesc-Config.ri
Arrière
U:RDoc::NormalModule[iI"Config:EFI"WEBrick::Config;T0o:RDoc::Markup::Document:@parts[o;;[ : @fileI"lib/webrick/config.rb;T:0@omit_headings_from_table_of_contents_below0o;;[ ; I"lib/webrick/https.rb;T; 0o;;[ ; I"lib/webrick/ssl.rb;T; 0; 0; 0[ [U:RDoc::Constant[i I"General;FI"WEBrick::Config::General;T00o;;[o:RDoc::Markup::Paragraph;[I"for GenericServer;T; @ ; 0@ @cRDoc::NormalModule0U;[i I" HTTP;FI"WEBrick::Config::HTTP;T00o;;[o;;[I"2for HTTPServer, HTTPRequest, HTTPResponse ...;T; @ ; 0@ @@0U;[i I"FileHandler;FI"!WEBrick::Config::FileHandler;T00o;;[o;;[I"@Default configuration for WEBrick::HTTPServlet::FileHandler;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I":AcceptableLanguages;T;[o;;[I"IArray of languages allowed for accept-language. There is no default;To;;[I":DirectoryCallback;T;[o;;[I"FAllows preprocessing of directory requests. There is no default ;TI"callback.;To;;[I":FancyIndexing;T;[o;;[I"BIf true, show an index for directories. The default is true.;To;;[I":FileCallback;T;[o;;[I"JAllows preprocessing of file requests. There is no default callback.;To;;[I":HandlerCallback;T;[o;;[I"EAllows preprocessing of requests. There is no default callback.;To;;[I":HandlerTable;T;[o;;[I"IMaps file suffixes to file handlers. DefaultFileHandler is used by ;TI")default but any servlet can be used.;To;;[I":NondisclosureName;T;[o;;[I"FDo not show files matching this array of globs. .ht* and *~ are ;TI"excluded by default.;To;;[I" :UserDir;T;[o;;[I"GDirectory inside ~user to serve content from for /~user requests. ;TI"6Only works if mounted on /. Disabled by default.;T; @ ; 0@ @@0U;[i I"BasicAuth;FI"WEBrick::Config::BasicAuth;T00o;;[o;;[I";Default configuration for WEBrick::HTTPAuth::BasicAuth;T@2o;;;;[o;;[I":AutoReloadUserDB;T;[o;;[I"2Reload the user database provided by :UserDB ;TI"automatically?;T; @ ; 0@ @@0U;[i I"DigestAuth;FI" WEBrick::Config::DigestAuth;T00o;;[o;;[I"=Default configuration for WEBrick::HTTPAuth::DigestAuth.;T@2o;;;;[o;;[I":Algorithm;T;[o;;[I"-MD5, MD5-sess (default), SHA1, SHA1-sess;To;;[I":Domain;T;[o;;[I"5An Array of URIs that define the protected space;To;;[I" :Qop;T;[o;;[I"G'auth' for authentication, 'auth-int' for integrity protection or ;TI" both;To;;[I":UseOpaque;T;[o;;[I"?Should the server send opaque values to the client? This ;TI""helps prevent replay attacks.;To;;[I" :CheckNc;T;[o;;[I">Should the server check the nonce count? This helps the ;TI""server detect replay attacks.;To;;[I"!:UseAuthenticationInfoHeader;T;[o;;[I"Should the server send an ;TI"AuthenticationInfo header?;To;;[I":AutoReloadUserDB;T;[o;;[I"2Reload the user database provided by :UserDB ;TI"automatically?;To;;[I":NonceExpirePeriod;T;[o;;[I"7How long should we store used nonces? Default is ;TI"30 minutes.;To;;[I":NonceExpireDelta;T;[o;;[I"4How long is a nonce valid? Default is 1 minute;To;;[I":InternetExplorerHack;T;[o;;[I"1Hack which allows Internet Explorer to work.;To;;[I":OperaHack;T;[o;;[I"%Hack which allows Opera to work.;T; @ ; 0@ @@0U;[i I"SSL;FI"WEBrick::Config::SSL;T00o;;[o;;[I"&Default SSL server configuration.;T@2o;;[I"CWEBrick can automatically create a self-signed certificate if ;TI"L<code>:SSLCertName</code> is set. For more information on the various ;TI".SSL options see OpenSSL::SSL::SSLContext.;T@2o;;;;[o;;[I":ServerSoftware ;T;[o;;[I"9The server software name used in the Server: header.;To;;[I":SSLEnable ;T;[o;;[I"false,;To:RDoc::Markup::Verbatim;[I"5Enable SSL for this server. Defaults to false. ;T:@format0o;;;;[o;;[I":SSLCertificate ;T;[o;;[I"(The SSL certificate for the server.;To;;[I":SSLPrivateKey ;T;[o;;[I"4The SSL private key for the server certificate.;To;;[I":SSLClientCA ;T;[o;;[I" nil,;To;;[I"<Array of certificates that will be sent to the client. ;T;0o;;;;[o;;[I":SSLExtraChainCert ;T;[o;;[I" nil,;To;;[I"GArray of certificates that will be added to the certificate chain ;T;0o;;;;[o;;[I":SSLCACertificateFile ;T;[o;;[I" nil,;To;;[I"#Path to a CA certificate file ;T;0o;;;;[o;;[I":SSLCACertificatePath ;T;[o;;[I" nil,;To;;[I"4Path to a directory containing CA certificates ;T;0o;;;;[o;;[I":SSLCertificateStore ;T;[o;;[I" nil,;To;;[I"HOpenSSL::X509::Store used for certificate validation of the client ;T;0o;;;;[o;;[I":SSLTmpDhCallback ;T;[o;;[I" nil,;To;;[I"7Callback invoked when DH parameters are required. ;T;0o;;;;[o;;[I":SSLVerifyClient ;T;[o;;[I"HSets whether the client is verified. This defaults to VERIFY_NONE ;TI"*which is typical for an HTTPS server.;To;;[I":SSLVerifyDepth ;T;[o;;[I"INumber of CA certificates to walk when verifying a certificate chain;To;;[I":SSLVerifyCallback ;T;[o;;[I"-Custom certificate verification callback;To;;[I":SSLTimeout ;T;[o;;[I"Maximum session lifetime;To;;[I":SSLOptions ;T;[o;;[I"Various SSL options;To;;[I":SSLCiphers ;T;[o;;[I"Ciphers to be used;To;;[I":SSLStartImmediately ;T;[o;;[I"=Immediately start SSL upon connection? Defaults to true;To;;[I":SSLCertName ;T;[o;;[I"HSSL certificate name. Must be set to enable automatic certificate ;TI"creation.;To;;[I":SSLCertComment ;T;[o;;[I"8Comment used during automatic certificate creation.;T; @; 0@@@0[ [[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[@ @@I"WEBrick;F@
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.03 |
proxy
|
phpinfo
|
Réglages