From 2639f0bbd1ed1ab9d9a863096c8cf3ef52c5f1cb Mon Sep 17 00:00:00 2001
From: Stefan Fritsch
Date: Fri, 1 Jun 2012 19:40:06 +0000
Subject: [PATCH] xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1345320 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/directives.html.de | 1 +
docs/manual/mod/directives.html.en | 1 +
docs/manual/mod/directives.html.es | 1 +
docs/manual/mod/directives.html.ja.utf8 | 1 +
docs/manual/mod/directives.html.ko.euc-kr | 1 +
docs/manual/mod/directives.html.tr.utf8 | 1 +
docs/manual/mod/directives.html.zh-cn | 1 +
docs/manual/mod/mod_ssl.html.en | 16 ++
docs/manual/mod/quickreference.html.de | 177 +++++++++---------
docs/manual/mod/quickreference.html.en | 177 +++++++++---------
docs/manual/mod/quickreference.html.es | 177 +++++++++---------
docs/manual/mod/quickreference.html.ja.utf8 | 175 ++++++++---------
docs/manual/mod/quickreference.html.ko.euc-kr | 175 ++++++++---------
docs/manual/mod/quickreference.html.tr.utf8 | 177 +++++++++---------
docs/manual/mod/quickreference.html.zh-cn | 177 +++++++++---------
15 files changed, 644 insertions(+), 614 deletions(-)
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index 9b3b5ea415..bb3400619d 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -563,6 +563,7 @@
SSLCertificateFile
SSLCertificateKeyFile
SSLCipherSuite
+SSLCompression
SSLCryptoDevice
SSLEngine
SSLFIPS
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index dca1cf77db..1d49f0b528 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -564,6 +564,7 @@
SSLCertificateFile
SSLCertificateKeyFile
SSLCipherSuite
+SSLCompression
SSLCryptoDevice
SSLEngine
SSLFIPS
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index f6eb450265..f8f1719752 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -566,6 +566,7 @@
SSLCertificateFile
SSLCertificateKeyFile
SSLCipherSuite
+SSLCompression
SSLCryptoDevice
SSLEngine
SSLFIPS
diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8
index 01feef8fca..baca3318c3 100644
--- a/docs/manual/mod/directives.html.ja.utf8
+++ b/docs/manual/mod/directives.html.ja.utf8
@@ -561,6 +561,7 @@
SSLCertificateFile
SSLCertificateKeyFile
SSLCipherSuite
+SSLCompression
SSLCryptoDevice
SSLEngine
SSLFIPS
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index f2866c663c..8d78c41453 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -561,6 +561,7 @@
SSLCertificateFile
SSLCertificateKeyFile
SSLCipherSuite
+SSLCompression
SSLCryptoDevice
SSLEngine
SSLFIPS
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index c74243a30e..ef4eb83f51 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -560,6 +560,7 @@
SSLCertificateFile
SSLCertificateKeyFile
SSLCipherSuite
+SSLCompression
SSLCryptoDevice
SSLEngine
SSLFIPS
diff --git a/docs/manual/mod/directives.html.zh-cn b/docs/manual/mod/directives.html.zh-cn
index a8b7b08d9e..a144a11b41 100644
--- a/docs/manual/mod/directives.html.zh-cn
+++ b/docs/manual/mod/directives.html.zh-cn
@@ -559,6 +559,7 @@
SSLCertificateFile
SSLCertificateKeyFile
SSLCipherSuite
+SSLCompression
SSLCryptoDevice
SSLEngine
SSLFIPS
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 9bc0967a67..42e2eb8d44 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -55,6 +55,7 @@ to provide the cryptography engine.
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index c54a75f4e5..c91ec7b5a7 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -938,130 +938,131 @@ Client Auth
SSLCertificateKeyFile file-path | | sv | E |
Server PEM-encoded Private Key file |
SSLCipherSuite cipher-spec | DEFAULT (depends on + | svdh | E |
Cipher Suite available for negotiation in SSL
handshake |
-
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
-
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
-
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
-
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
-
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
-
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
-
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
-
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
-
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
-
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
-
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
-
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
+ |
SSLCompression on|off | on | sv | E |
Disallow compression on the SSL level |
+
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
+
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
+
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
+
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
+
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
+
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
+
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
+
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
+
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
+
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
+
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
+
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
+
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
keys |
-
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
-
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
+ |
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
+
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
+ |
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
-
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
+
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
+ |
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
|
-
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
+ |
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
|
-
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
+ |
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
proxy handshake |
-
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
-
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
-
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
-
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
-
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
+ |
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
+
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
+
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
+
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
+
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
Certificate verification |
-
SSLRandomSeed context source
-[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
+ |
SSLRandomSeed context source
+[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
source |
-
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
-
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
+ |
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
+
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
boolean expression is true |
-
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
+ |
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
HTTP request |
-
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
+ |
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
Cache |
-
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
+ |
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
in the Session Cache |
-
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
-
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
-
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
-
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
-
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
-
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
-
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
-
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
-
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
-
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
-
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
+ |
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
+
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
+
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
+
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
+
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
+
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
+
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
+
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
+
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
+
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
+
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
host.
|
-
SSLUserName varname | | sdh | E |
Variable name to determine user name |
-
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
-
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
-
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
+ |
SSLUserName varname | | sdh | E |
Variable name to determine user name |
+
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
+
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
+
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
Certificate verification |
-
StartServers Anzahl | | s | M |
Anzahl der Kindprozesse des Servers, die beim Start erstellt
+ |
StartServers Anzahl | | s | M |
Anzahl der Kindprozesse des Servers, die beim Start erstellt
werden |
-
StartThreads Anzahl | | s | M |
Anzahl der Threads, die beim Start erstellt werden |
-
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
-
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
-
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
-
ThreadLimit Anzahl | | s | M |
Bestimmt die Obergrenze der konfigurierbaren Anzahl von Threads
+ |
StartThreads Anzahl | | s | M |
Anzahl der Threads, die beim Start erstellt werden |
+
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
+
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
+
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
+
ThreadLimit Anzahl | | s | M |
Bestimmt die Obergrenze der konfigurierbaren Anzahl von Threads
pro Kindprozess |
-
ThreadsPerChild Anzahl | | s | M |
Anzahl der Threads, die mit jedem Kindprozess gestartet
+ |
ThreadsPerChild Anzahl | | s | M |
Anzahl der Threads, die mit jedem Kindprozess gestartet
werden |
-
ThreadStackSize size | | s | M |
Die Größe des Stacks in Bytes, der von Threads
+ |
ThreadStackSize size | | s | M |
Die Größe des Stacks in Bytes, der von Threads
verwendet wird, die Client-Verbindungen bearbeiten. |
-
TimeOut Sekunden | 60 | s | C |
Zeitspanne, die der Server auf verschiedene Ereignisse wartet,
+ |
TimeOut Sekunden | 60 | s | C |
Zeitspanne, die der Server auf verschiedene Ereignisse wartet,
bevor er die Anfrage abbricht |
-
TraceEnable [on|off|extended] | on | s | C |
Legt das Verhalten von TRACE -Anfragen fest |
-
TransferLog file|pipe | | sv | B |
Specify location of a log file |
-
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
-
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
-
UnsetEnv env-variable [env-variable]
-... | | svdh | B |
Removes variables from the environment |
-
UseCanonicalName On|Off|DNS | Off | svd | C |
Bestimmt, wie der Server seinen eigenen Namen und Port
+ |
TraceEnable [on|off|extended] | on | s | C |
Legt das Verhalten von TRACE -Anfragen fest |
+
TransferLog file|pipe | | sv | B |
Specify location of a log file |
+
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
+
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
+
UnsetEnv env-variable [env-variable]
+... | | svdh | B |
Removes variables from the environment |
+
UseCanonicalName On|Off|DNS | Off | svd | C |
Bestimmt, wie der Server seinen eigenen Namen und Port
ermittelt |
-
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Bestimmt, wie der Server seinen eigenen Namen und Port
+ |
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Bestimmt, wie der Server seinen eigenen Namen und Port
ermittelt |
-
User unix-userid | #-1 | s | B |
The userid under which the server will answer
+ |
User unix-userid | #-1 | s | B |
The userid under which the server will answer
requests |
-
UserDir directory-filename [directory-filename] ...
- | | sv | B |
Location of the user-specific directories |
-
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
+ |
UserDir directory-filename [directory-filename] ...
+ | | sv | B |
Location of the user-specific directories |
+
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
+ |
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
by a virtual host. |
-
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
-
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
+ |
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
+
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
+
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
for the virtualhost. |
-
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
-
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
+
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
<VirtualHost
+<VirtualHost
Adresse[:Port] [Adresse[:Port]]
- ...> ... </VirtualHost> | | s | C | Enthält Direktiven, die nur auf bestimmte Hostnamen oder
+ ...> ... </VirtualHost> | | s | C | Enthält Direktiven, die nur auf bestimmte Hostnamen oder
IP-Adressen angewendet werden |
-VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
-XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
+ | WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
+XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
set |
-xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
-xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
+ | xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
+xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
can be automatically detected |
-xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
+xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
Verfügbare Sprachen: de |
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index cd8c05bba6..bf1aa45208 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -923,127 +923,128 @@ Client Auth |
SSLCertificateKeyFile file-path | | sv | E |
Server PEM-encoded Private Key file |
SSLCipherSuite cipher-spec | DEFAULT (depends on + | svdh | E |
Cipher Suite available for negotiation in SSL
handshake |
-
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
-
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
-
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
-
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
-
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
-
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
-
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
-
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
-
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
-
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
-
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
-
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
+ |
SSLCompression on|off | on | sv | E |
Disallow compression on the SSL level |
+
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
+
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
+
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
+
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
+
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
+
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
+
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
+
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
+
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
+
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
+
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
+
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
+
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
keys |
-
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
-
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
+ |
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
+
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
+ |
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
-
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
+
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
+ |
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
|
-
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
+ |
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
|
-
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
+ |
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
proxy handshake |
-
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
-
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
-
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
-
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
-
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
+ |
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
+
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
+
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
+
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
+
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
Certificate verification |
-
SSLRandomSeed context source
-[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
+ |
SSLRandomSeed context source
+[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
source |
-
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
-
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
+ |
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
+
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
boolean expression is true |
-
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
+ |
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
HTTP request |
-
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
+ |
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
Cache |
-
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
+ |
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
in the Session Cache |
-
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
-
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
-
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
-
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
-
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
-
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
-
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
-
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
-
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
-
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
-
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
+ |
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
+
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
+
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
+
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
+
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
+
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
+
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
+
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
+
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
+
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
+
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
host.
|
-
SSLUserName varname | | sdh | E |
Variable name to determine user name |
-
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
-
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
-
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
+ |
SSLUserName varname | | sdh | E |
Variable name to determine user name |
+
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
+
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
+
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
Certificate verification |
-
StartServers number | | s | M |
Number of child server processes created at startup |
-
StartThreads number | | s | M |
Number of threads created on startup |
-
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
-
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
-
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
-
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
+ |
StartServers number | | s | M |
Number of child server processes created at startup |
+
StartThreads number | | s | M |
Number of threads created on startup |
+
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
+
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
+
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
+
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
per child process |
-
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
-
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
+ |
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
+
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
client connections |
-
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
+ |
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
certain events before failing a request |
-
TraceEnable [on|off|extended] | on | sv | C |
Determines the behavior on TRACE requests |
-
TransferLog file|pipe | | sv | B |
Specify location of a log file |
-
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
-
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
-
UnsetEnv env-variable [env-variable]
-... | | svdh | B |
Removes variables from the environment |
-
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
+ |
TraceEnable [on|off|extended] | on | sv | C |
Determines the behavior on TRACE requests |
+
TransferLog file|pipe | | sv | B |
Specify location of a log file |
+
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
+
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
+
UnsetEnv env-variable [env-variable]
+... | | svdh | B |
Removes variables from the environment |
+
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
port |
-
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own port |
-
User unix-userid | #-1 | s | B |
The userid under which the server will answer
+ |
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own port |
+
User unix-userid | #-1 | s | B |
The userid under which the server will answer
requests |
-
UserDir directory-filename [directory-filename] ...
- | | sv | B |
Location of the user-specific directories |
-
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
+ |
UserDir directory-filename [directory-filename] ...
+ | | sv | B |
Location of the user-specific directories |
+
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
+ |
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
by a virtual host. |
-
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
-
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
+ |
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
+
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
+
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
for the virtualhost. |
-
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
-
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
+
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
<VirtualHost
+<VirtualHost
addr[:port] [addr[:port]]
- ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
+ ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
hostname or IP address |
-VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
-XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
+ | WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
+XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
set |
-xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
-xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
+ | xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
+xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
can be automatically detected |
-xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
+xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
Available Languages: de |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index 0a0ec2e99f..17c1a4d013 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -930,128 +930,129 @@ Client Auth |
SSLCertificateKeyFile file-path | | sv | E |
Server PEM-encoded Private Key file |
SSLCipherSuite cipher-spec | DEFAULT (depends on + | svdh | E |
Cipher Suite available for negotiation in SSL
handshake |
-
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
-
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
-
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
-
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
-
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
-
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
-
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
-
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
-
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
-
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
-
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
-
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
+ |
SSLCompression on|off | on | sv | E |
Disallow compression on the SSL level |
+
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
+
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
+
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
+
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
+
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
+
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
+
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
+
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
+
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
+
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
+
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
+
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
+
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
keys |
-
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
-
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
+ |
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
+
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
+ |
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
-
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
+
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
+ |
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
|
-
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
+ |
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
|
-
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
+ |
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
proxy handshake |
-
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
-
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
-
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
-
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
-
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
+ |
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
+
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
+
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
+
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
+
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
Certificate verification |
-
SSLRandomSeed context source
-[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
+ |
SSLRandomSeed context source
+[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
source |
-
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
-
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
+ |
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
+
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
boolean expression is true |
-
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
+ |
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
HTTP request |
-
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
+ |
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
Cache |
-
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
+ |
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
in the Session Cache |
-
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
-
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
-
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
-
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
-
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
-
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
-
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
-
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
-
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
-
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
-
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
+ |
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
+
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
+
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
+
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
+
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
+
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
+
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
+
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
+
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
+
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
+
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
host.
|
-
SSLUserName varname | | sdh | E |
Variable name to determine user name |
-
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
-
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
-
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
+ |
SSLUserName varname | | sdh | E |
Variable name to determine user name |
+
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
+
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
+
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
Certificate verification |
-
StartServers number | | s | M |
Number of child server processes created at startup |
-
StartThreads number | | s | M |
Number of threads created on startup |
-
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
-
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
-
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
-
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
+ |
StartServers number | | s | M |
Number of child server processes created at startup |
+
StartThreads number | | s | M |
Number of threads created on startup |
+
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
+
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
+
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
+
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
per child process |
-
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
-
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
+ |
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
+
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
client connections |
-
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
+ |
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
certain events before failing a request |
-
TraceEnable [on|off|extended] | on | s | C |
Determines the behaviour on TRACE requests |
-
TransferLog file|pipe | | sv | B |
Specify location of a log file |
-
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
-
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
-
UnsetEnv env-variable [env-variable]
-... | | svdh | B |
Removes variables from the environment |
-
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
+ |
TraceEnable [on|off|extended] | on | s | C |
Determines the behaviour on TRACE requests |
+
TransferLog file|pipe | | sv | B |
Specify location of a log file |
+
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
+
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
+
UnsetEnv env-variable [env-variable]
+... | | svdh | B |
Removes variables from the environment |
+
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
port |
-
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own name and
+ |
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own name and
port |
-
User unix-userid | #-1 | s | B |
The userid under which the server will answer
+ |
User unix-userid | #-1 | s | B |
The userid under which the server will answer
requests |
-
UserDir directory-filename [directory-filename] ...
- | | sv | B |
Location of the user-specific directories |
-
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
+ |
UserDir directory-filename [directory-filename] ...
+ | | sv | B |
Location of the user-specific directories |
+
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
+ |
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
by a virtual host. |
-
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
-
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
+ |
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
+
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
+
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
for the virtualhost. |
-
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
-
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
+
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
<VirtualHost
+<VirtualHost
addr[:port] [addr[:port]]
- ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
+ ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
hostname or IP address |
-VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
-XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
+ | WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
+XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
set |
-xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
-xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
+ | xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
+xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
can be automatically detected |
-xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
+xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
Idiomas disponibles: de |
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index 72e8960054..9f356469f4 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -861,127 +861,128 @@ Client Auth |
SSLCertificateKeyFile file-path | | sv | E |
Server PEM-encoded Private Key file |
SSLCipherSuite cipher-spec | DEFAULT (depends on + | svdh | E |
Cipher Suite available for negotiation in SSL
handshake |
-
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
-
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
-
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
-
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
-
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
-
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
-
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
-
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
-
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
-
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
-
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
-
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
+ |
SSLCompression on|off | on | sv | E |
Disallow compression on the SSL level |
+
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
+
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
+
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
+
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
+
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
+
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
+
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
+
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
+
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
+
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
+
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
+
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
+
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
keys |
-
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
-
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
+ |
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
+
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
+ |
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
-
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
+
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
+ |
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
|
-
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
+ |
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
|
-
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
+ |
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
proxy handshake |
-
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
-
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
-
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
-
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
-
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
+ |
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
+
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
+
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
+
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
+
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
Certificate verification |
-
SSLRandomSeed context source
-[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
+ |
SSLRandomSeed context source
+[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
source |
-
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
-
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
+ |
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
+
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
boolean expression is true |
-
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
+ |
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
HTTP request |
-
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
+ |
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
Cache |
-
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
+ |
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
in the Session Cache |
-
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
-
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
-
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
-
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
-
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
-
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
-
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
-
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
-
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
-
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
-
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
+ |
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
+
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
+
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
+
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
+
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
+
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
+
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
+
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
+
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
+
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
+
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
host.
|
-
SSLUserName varname | | sdh | E |
Variable name to determine user name |
-
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
-
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
-
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
+ |
SSLUserName varname | | sdh | E |
Variable name to determine user name |
+
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
+
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
+
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
Certificate verification |
-
StartServers number | | s | M |
èµ·åæã«çæãããåãµã¼ãããã»ã¹ã®æ° |
-
StartThreads number | | s | M |
èµ·åæã«çæãããã¹ã¬ããã®æ° |
-
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
-
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
-
SuexecUserGroup User Group | | sv | E |
CGI ããã°ã©ã ã®ã¦ã¼ã¶ãã¼ããã·ã§ã³ãã°ã«ã¼ããã¼ããã·ã§ã³ |
-
ThreadLimit number | | s | M |
è¨å®å¯è½ãªåããã»ã¹æ¯ã®ã¹ã¬ããæ°ã®ä¸éã
+ |
StartServers number | | s | M |
èµ·åæã«çæãããåãµã¼ãããã»ã¹ã®æ° |
+
StartThreads number | | s | M |
èµ·åæã«çæãããã¹ã¬ããã®æ° |
+
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
+
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
+
SuexecUserGroup User Group | | sv | E |
CGI ããã°ã©ã ã®ã¦ã¼ã¶ãã¼ããã·ã§ã³ãã°ã«ã¼ããã¼ããã·ã§ã³ |
+
ThreadLimit number | | s | M |
è¨å®å¯è½ãªåããã»ã¹æ¯ã®ã¹ã¬ããæ°ã®ä¸éã
è¨å®ãã¾ã |
-
ThreadsPerChild number | | s | M |
åããã»ã¹ããããã«çæãããã¹ã¬ããæ° |
-
ThreadStackSize size | | s | M |
ã¯ã©ã¤ã¢ã³ãã®ã³ãã¯ã·ã§ã³ãåãæã¤ã¹ã¬ããã使ç¨ãã
+ |
ThreadsPerChild number | | s | M |
åããã»ã¹ããããã«çæãããã¹ã¬ããæ° |
+
ThreadStackSize size | | s | M |
ã¯ã©ã¤ã¢ã³ãã®ã³ãã¯ã·ã§ã³ãåãæã¤ã¹ã¬ããã使ç¨ãã
ã¹ã¿ãã¯ã®ãã¤ãæ° |
-
TimeOut seconds | 60 | sv | C |
åã¤ãã³ãã«ã¤ãã¦ããªã¯ã¨ã¹ãã失æãããã¾ã§ã«ãµã¼ãã
+ |
TimeOut seconds | 60 | sv | C |
åã¤ãã³ãã«ã¤ãã¦ããªã¯ã¨ã¹ãã失æãããã¾ã§ã«ãµã¼ãã
å¾
ã¤æéãè¨å® |
-
TraceEnable [on|off|extended] | on | s | C |
TRACE ã¡ã½ããã®ãªã¯ã¨ã¹ãã«å¯¾ããå¿çæ¹æ³ã決ãã
+ |
TraceEnable [on|off|extended] | on | s | C |
TRACE ã¡ã½ããã®ãªã¯ã¨ã¹ãã«å¯¾ããå¿çæ¹æ³ã決ãã
|
-
TransferLog file|pipe | | sv | B |
ãã°ãã¡ã¤ã«ã®ä½ç½®ãæå® |
-
TypesConfig file-path | conf/mime.types | s | |
mime.types ãã¡ã¤ã«ã®ä½ç½® |
-
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
-
UnsetEnv env-variable [env-variable]
-... | | svdh | B |
ç°å¢ãã夿°ãåãé¤ã |
-
UseCanonicalName On|Off|Dns | Off | svd | C |
ãµã¼ããèªåèªèº«ã®ååã¨ãã¼ããæ±ºå®ããæ¹æ³ãè¨å®ãã |
-
UseCanonicalPhysicalPort On|Off | Off | svd | C |
èªåèªèº«ã®ååã¨ãã¼ãçªå·ã解決ããæ¹æ³ãè¨å®ãã
+ |
TransferLog file|pipe | | sv | B |
ãã°ãã¡ã¤ã«ã®ä½ç½®ãæå® |
+
TypesConfig file-path | conf/mime.types | s | |
mime.types ãã¡ã¤ã«ã®ä½ç½® |
+
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
+
UnsetEnv env-variable [env-variable]
+... | | svdh | B |
ç°å¢ãã夿°ãåãé¤ã |
+
UseCanonicalName On|Off|Dns | Off | svd | C |
ãµã¼ããèªåèªèº«ã®ååã¨ãã¼ããæ±ºå®ããæ¹æ³ãè¨å®ãã |
+
UseCanonicalPhysicalPort On|Off | Off | svd | C |
èªåèªèº«ã®ååã¨ãã¼ãçªå·ã解決ããæ¹æ³ãè¨å®ãã
|
-
User unix-userid | #-1 | s | B |
The userid under which the server will answer
+ |
User unix-userid | #-1 | s | B |
The userid under which the server will answer
requests |
-
UserDir directory-filename [directory-filename] ... | | sv | B |
ã¦ã¼ã¶å°ç¨ãã£ã¬ã¯ããªã®ä½ç½® |
-
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
+ |
UserDir directory-filename [directory-filename] ... | | sv | B |
ã¦ã¼ã¶å°ç¨ãã£ã¬ã¯ããªã®ä½ç½® |
+
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
+ |
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
by a virtual host. |
-
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
-
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
+ |
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
+
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
+
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
for the virtualhost. |
-
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
-
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
+
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
<VirtualHost
+<VirtualHost
addr[:port] [addr[:port]]
- ...> ... </VirtualHost> | | s | C | ç¹å®ã®ãã¹ãåã IP ã¢ãã¬ã¹ã®ã¿ã«é©ç¨ããããã£ã¬ã¯ãã£ãã
+ ...> ... </VirtualHost> | | s | C | ç¹å®ã®ãã¹ãåã IP ã¢ãã¬ã¹ã®ã¿ã«é©ç¨ããããã£ã¬ã¯ãã£ãã
å²ã |
-VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
-XBitHack on|off|full | off | svdh | B | å®è¡ããããè¨å®ããããã¡ã¤ã«ã® SSI ãã£ã¬ã¯ãã£ãã
+ | WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
+XBitHack on|off|full | off | svdh | B | å®è¡ããããè¨å®ããããã¡ã¤ã«ã® SSI ãã£ã¬ã¯ãã£ãã
è§£æãã |
-xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
-xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
+ | xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
+xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
can be automatically detected |
-xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
+xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
翻訳æ¸ã¿è¨èª: de |
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index 2d523e6929..7a263b8318 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -885,126 +885,127 @@ Client Auth |
SSLCertificateKeyFile file-path | | sv | E |
Server PEM-encoded Private Key file |
SSLCipherSuite cipher-spec | DEFAULT (depends on + | svdh | E |
Cipher Suite available for negotiation in SSL
handshake |
-
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
-
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
-
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
-
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
-
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
-
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
-
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
-
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
-
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
-
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
-
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
-
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
+ |
SSLCompression on|off | on | sv | E |
Disallow compression on the SSL level |
+
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
+
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
+
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
+
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
+
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
+
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
+
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
+
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
+
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
+
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
+
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
+
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
+
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
keys |
-
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
-
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
+ |
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
+
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
+ |
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
-
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
+
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
+ |
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
|
-
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
+ |
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
|
-
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
+ |
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
proxy handshake |
-
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
-
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
-
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
-
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
-
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
+ |
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
+
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
+
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
+
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
+
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
Certificate verification |
-
SSLRandomSeed context source
-[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
+ |
SSLRandomSeed context source
+[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
source |
-
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
-
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
+ |
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
+
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
boolean expression is true |
-
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
+ |
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
HTTP request |
-
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
+ |
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
Cache |
-
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
+ |
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
in the Session Cache |
-
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
-
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
-
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
-
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
-
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
-
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
-
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
-
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
-
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
-
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
-
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
+ |
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
+
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
+
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
+
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
+
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
+
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
+
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
+
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
+
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
+
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
+
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
host.
|
-
SSLUserName varname | | sdh | E |
Variable name to determine user name |
-
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
-
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
-
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
+ |
SSLUserName varname | | sdh | E |
Variable name to determine user name |
+
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
+
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
+
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
Certificate verification |
-
StartServers number | | s | M |
Number of child server processes created at startup |
-
StartThreads number | | s | M |
Number of threads created on startup |
-
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
-
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
-
SuexecUserGroup User Group | | sv | E |
CGI ÇÁ·Î±×·¥ÀÌ »ç¿ëÇÒ »ç¿ëÀÚ¿Í ±×·ì ±ÇÇÑ |
-
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
+ |
StartServers number | | s | M |
Number of child server processes created at startup |
+
StartThreads number | | s | M |
Number of threads created on startup |
+
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
+
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
+
SuexecUserGroup User Group | | sv | E |
CGI ÇÁ·Î±×·¥ÀÌ »ç¿ëÇÒ »ç¿ëÀÚ¿Í ±×·ì ±ÇÇÑ |
+
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
per child process |
-
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
-
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
+ |
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
+
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
client connections |
-
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
+ |
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
certain events before failing a request |
-
TraceEnable [on|off|extended] | on | sv | C |
Determines the behavior on TRACE requests |
-
TransferLog file|pipe | | sv | B |
·Î±×ÆÄÀÏ À§Ä¡¸¦ ¼³Á¤ÇÑ´Ù |
-
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
-
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
-
UnsetEnv env-variable [env-variable]
-... | | svdh | B |
ȯ°æº¯¼ö¸¦ Á¦°ÅÇÑ´Ù |
-
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
+ |
TraceEnable [on|off|extended] | on | sv | C |
Determines the behavior on TRACE requests |
+
TransferLog file|pipe | | sv | B |
·Î±×ÆÄÀÏ À§Ä¡¸¦ ¼³Á¤ÇÑ´Ù |
+
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
+
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
+
UnsetEnv env-variable [env-variable]
+... | | svdh | B |
ȯ°æº¯¼ö¸¦ Á¦°ÅÇÑ´Ù |
+
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
port |
-
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own port |
-
User unix-userid | #-1 | s | B |
The userid under which the server will answer
+ |
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own port |
+
User unix-userid | #-1 | s | B |
The userid under which the server will answer
requests |
-
UserDir directory-filename | public_html | sv | B |
»ç¿ëÀÚº° µð·ºÅ丮 À§Ä¡ |
-
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
+ |
UserDir directory-filename | public_html | sv | B |
»ç¿ëÀÚº° µð·ºÅ丮 À§Ä¡ |
+
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
+ |
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
by a virtual host. |
-
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
-
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
+ |
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
+
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
+
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
for the virtualhost. |
-
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
-
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
+
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
<VirtualHost
+<VirtualHost
addr[:port] [addr[:port]]
- ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
+ ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
hostname or IP address |
-VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
-XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
+ | WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
+XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
set |
-xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
-xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
+ | xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
+xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
can be automatically detected |
-xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
+xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
°¡´ÉÇÑ ¾ð¾î: de |
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index 29f896e59d..7227f78611 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -920,132 +920,133 @@ Client Auth |
SSLCertificateKeyFile file-path | | sk | E |
Server PEM-encoded Private Key file |
SSLCipherSuite cipher-spec | DEFAULT (depends on + | skdh | E |
Cipher Suite available for negotiation in SSL
handshake |
-
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
-
SSLEngine on|off|optional | off | sk | E |
SSL Engine Operation Switch |
-
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
-
SSLHonorCipherOrder flag | | sk | E |
Option to prefer the server's cipher preference order |
-
SSLInsecureRenegotiation flag | off | sk | E |
Option to enable support for insecure renegotiation |
-
SSLOCSDefaultResponder uri | | sk | E |
Set the default responder URI for OCSP validation |
-
SSLOCSPEnable flag | | sk | E |
Enable OCSP validation of the client certificate chain |
-
SSLOCSPOverrideResponder flag | | sk | E |
Force use of the default responder URI for OCSP validation |
-
SSLOCSPResponderTimeout seconds | 10 | sk | E |
Timeout for OCSP queries |
-
SSLOCSPResponseMaxAge seconds | -1 | sk | E |
Maximum allowable age for OCSP responses |
-
SSLOCSPResponseTimeSkew seconds | 300 | sk | E |
Maximum allowable time skew for OCSP response validation |
-
SSLOptions [+|-]option ... | | skdh | E |
Configure various SSL engine run-time options |
-
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
+ |
SSLCompression on|off | on | sk | E |
Disallow compression on the SSL level |
+
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
+
SSLEngine on|off|optional | off | sk | E |
SSL Engine Operation Switch |
+
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
+
SSLHonorCipherOrder flag | | sk | E |
Option to prefer the server's cipher preference order |
+
SSLInsecureRenegotiation flag | off | sk | E |
Option to enable support for insecure renegotiation |
+
SSLOCSDefaultResponder uri | | sk | E |
Set the default responder URI for OCSP validation |
+
SSLOCSPEnable flag | | sk | E |
Enable OCSP validation of the client certificate chain |
+
SSLOCSPOverrideResponder flag | | sk | E |
Force use of the default responder URI for OCSP validation |
+
SSLOCSPResponderTimeout seconds | 10 | sk | E |
Timeout for OCSP queries |
+
SSLOCSPResponseMaxAge seconds | -1 | sk | E |
Maximum allowable age for OCSP responses |
+
SSLOCSPResponseTimeSkew seconds | 300 | sk | E |
Maximum allowable time skew for OCSP response validation |
+
SSLOptions [+|-]option ... | | skdh | E |
Configure various SSL engine run-time options |
+
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
keys |
-
SSLProtocol [+|-]protocol ... | all | sk | E |
Configure usable SSL/TLS protocol versions |
-
SSLProxyCACertificateFile file-path | | sk | E |
File of concatenated PEM-encoded CA Certificates
+ |
SSLProtocol [+|-]protocol ... | all | sk | E |
Configure usable SSL/TLS protocol versions |
+
SSLProxyCACertificateFile file-path | | sk | E |
File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-
SSLProxyCACertificatePath directory-path | | sk | E |
Directory of PEM-encoded CA Certificates for
+ |
SSLProxyCACertificatePath directory-path | | sk | E |
Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-
SSLProxyCARevocationCheck chain|leaf|none | none | sk | E |
Enable CRL-based revocation checking for Remote Server Auth |
-
SSLProxyCARevocationFile file-path | | sk | E |
File of concatenated PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationCheck chain|leaf|none | none | sk | E |
Enable CRL-based revocation checking for Remote Server Auth |
+
SSLProxyCARevocationFile file-path | | sk | E |
File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCARevocationPath directory-path | | sk | E |
Directory of PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationPath directory-path | | sk | E |
Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCheckPeerCN on|off | on | sk | E |
Whether to check the remote server certificates CN field
+ |
SSLProxyCheckPeerCN on|off | on | sk | E |
Whether to check the remote server certificates CN field
|
-
SSLProxyCheckPeerExpire on|off | on | sk | E |
Whether to check if remote server certificate is expired
+ |
SSLProxyCheckPeerExpire on|off | on | sk | E |
Whether to check if remote server certificate is expired
|
-
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | skdh | E |
Cipher Suite available for negotiation in SSL
+ |
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | skdh | E |
Cipher Suite available for negotiation in SSL
proxy handshake |
-
SSLProxyEngine on|off | off | sk | E |
SSL Proxy Engine Operation Switch |
-
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
-
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyProtocol [+|-]protocol ... | all | sk | E |
Configure usable SSL protocol flavors for proxy usage |
-
SSLProxyVerify level | none | sk | E |
Type of remote server Certificate verification |
-
SSLProxyVerifyDepth number | 1 | sk | E |
Maximum depth of CA Certificates in Remote Server
+ |
SSLProxyEngine on|off | off | sk | E |
SSL Proxy Engine Operation Switch |
+
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
+
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyProtocol [+|-]protocol ... | all | sk | E |
Configure usable SSL protocol flavors for proxy usage |
+
SSLProxyVerify level | none | sk | E |
Type of remote server Certificate verification |
+
SSLProxyVerifyDepth number | 1 | sk | E |
Maximum depth of CA Certificates in Remote Server
Certificate verification |
-
SSLRandomSeed context source
-[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
+ |
SSLRandomSeed context source
+[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
source |
-
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
-
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
+ |
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
+
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
boolean expression is true |
-
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
+ |
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
HTTP request |
-
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
+ |
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
Cache |
-
SSLSessionCacheTimeout seconds | 300 | sk | E |
Number of seconds before an SSL session expires
+ |
SSLSessionCacheTimeout seconds | 300 | sk | E |
Number of seconds before an SSL session expires
in the Session Cache |
-
SSLSessionTicketKeyFile file-path | | sk | E |
Persistent encryption/decryption key for TLS session tickets |
-
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
-
SSLStaplingErrorCacheTimeout seconds | 600 | sk | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
-
SSLStaplingFakeTryLater on|off | on | sk | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
-
SSLStaplingForceURL uri | | sk | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
-
SSLStaplingResponderTimeout seconds | 10 | sk | E |
Timeout for OCSP stapling queries |
-
SSLStaplingResponseMaxAge seconds | -1 | sk | E |
Maximum allowable age for OCSP stapling responses |
-
SSLStaplingResponseTimeSkew seconds | 300 | sk | E |
Maximum allowable time skew for OCSP stapling response validation |
-
SSLStaplingReturnResponderErrors on|off | on | sk | E |
Pass stapling related OCSP errors on to client |
-
SSLStaplingStandardCacheTimeout seconds | 3600 | sk | E |
Number of seconds before expiring responses in the OCSP stapling cache |
-
SSLStrictSNIVHostCheck on|off | off | sk | E |
Whether to allow non-SNI clients to access a name-based virtual
+ |
SSLSessionTicketKeyFile file-path | | sk | E |
Persistent encryption/decryption key for TLS session tickets |
+
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
+
SSLStaplingErrorCacheTimeout seconds | 600 | sk | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
+
SSLStaplingFakeTryLater on|off | on | sk | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
+
SSLStaplingForceURL uri | | sk | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
+
SSLStaplingResponderTimeout seconds | 10 | sk | E |
Timeout for OCSP stapling queries |
+
SSLStaplingResponseMaxAge seconds | -1 | sk | E |
Maximum allowable age for OCSP stapling responses |
+
SSLStaplingResponseTimeSkew seconds | 300 | sk | E |
Maximum allowable time skew for OCSP stapling response validation |
+
SSLStaplingReturnResponderErrors on|off | on | sk | E |
Pass stapling related OCSP errors on to client |
+
SSLStaplingStandardCacheTimeout seconds | 3600 | sk | E |
Number of seconds before expiring responses in the OCSP stapling cache |
+
SSLStrictSNIVHostCheck on|off | off | sk | E |
Whether to allow non-SNI clients to access a name-based virtual
host.
|
-
SSLUserName varname | | sdh | E |
Variable name to determine user name |
-
SSLUseStapling on|off | off | sk | E |
Enable stapling of OCSP responses in the TLS handshake |
-
SSLVerifyClient level | none | skdh | E |
Type of Client Certificate verification |
-
SSLVerifyDepth number | 1 | skdh | E |
Maximum depth of CA Certificates in Client
+ |
SSLUserName varname | | sdh | E |
Variable name to determine user name |
+
SSLUseStapling on|off | off | sk | E |
Enable stapling of OCSP responses in the TLS handshake |
+
SSLVerifyClient level | none | skdh | E |
Type of Client Certificate verification |
+
SSLVerifyDepth number | 1 | skdh | E |
Maximum depth of CA Certificates in Client
Certificate verification |
-
StartServers sayı | | s | M |
Sunucunun baÅlatılması sırasında oluÅturulan çocuk süreçlerin
+ |
StartServers sayı | | s | M |
Sunucunun baÅlatılması sırasında oluÅturulan çocuk süreçlerin
sayısını belirler. |
-
StartThreads sayı | | s | M |
Sunucunun baÅlatılması sırasında oluÅturulan evrelerin sayısını
+ |
StartThreads sayı | | s | M |
Sunucunun baÅlatılması sırasında oluÅturulan evrelerin sayısını
belirler. |
-
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
-
Suexec On|Off | | s | T |
suEXEC özelliÄini etkin veya etkisiz yapar |
-
SuexecUserGroup Kullanıcı Grup | | sk | E |
CGI betiklerini çalıÅtıracak kullanıcı ve grup belirtilir.
+ |
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
+
Suexec On|Off | | s | T |
suEXEC özelliÄini etkin veya etkisiz yapar |
+
SuexecUserGroup Kullanıcı Grup | | sk | E |
CGI betiklerini çalıÅtıracak kullanıcı ve grup belirtilir.
|
-
ThreadLimit sayı | | s | M |
Ãocuk süreç baÅına ayarlanabilir evre sayısının üst sınırını
+ |
ThreadLimit sayı | | s | M |
Ãocuk süreç baÅına ayarlanabilir evre sayısının üst sınırını
belirler. |
-
ThreadsPerChild sayı | | s | M |
Her çocuk süreç tarafından oluÅturulan evrelerin sayısını
+ |
ThreadsPerChild sayı | | s | M |
Her çocuk süreç tarafından oluÅturulan evrelerin sayısını
belirler. |
-
ThreadStackSize boyut | | s | M |
İstemci baÄlantılarını elde eden evreler tarafından kullanılan
+ |
ThreadStackSize boyut | | s | M |
İstemci baÄlantılarını elde eden evreler tarafından kullanılan
yıÄıtın bayt cinsinden uzunluÄunu belirler. |
-
TimeOut saniye | 60 | sk | Ã |
Bir istek için baÅarısız olmadan önce belirli olayların
+ |
TimeOut saniye | 60 | sk | Ã |
Bir istek için baÅarısız olmadan önce belirli olayların
gerçekleÅmesi için sunucunun geçmesini bekleyeceÄi süre. |
-
TraceEnable [on|off|extended] | on | sk | Ã |
TRACE isteklerinde davranıŠÅeklini belirler
+ |
TraceEnable [on|off|extended] | on | sk | Ã |
TRACE isteklerinde davranıŠÅeklini belirler
|
-
TransferLog dosya|borulu-süreç
-[takma-ad] | | sk | T |
Bir günlük dosyasının yerini belirtir. |
-
TypesConfig file-path | conf/mime.types | s | T |
The location of the mime.types file |
-
UnDefine deÄiÅken-ismi | | s | Ã |
Bir deÄiÅkeni tanımsız yapar |
-
UnsetEnv ortam-deÄiÅkeni [ortam-deÄiÅkeni]
-... | | skdh | T |
Ortamdaki deÄiÅkenleri tanımsız hale getirir. |
-
UseCanonicalName On|Off|DNS | Off | skd | Ã |
Sunucunun kendi adını ve portunu nasıl belirleyeceÄini ayarlar
+ |
TransferLog dosya|borulu-süreç
+[takma-ad] | | sk | T |
Bir günlük dosyasının yerini belirtir. |
+
TypesConfig file-path | conf/mime.types | s | T |
The location of the mime.types file |
+
UnDefine deÄiÅken-ismi | | s | Ã |
Bir deÄiÅkeni tanımsız yapar |
+
UnsetEnv ortam-deÄiÅkeni [ortam-deÄiÅkeni]
+... | | skdh | T |
Ortamdaki deÄiÅkenleri tanımsız hale getirir. |
+
UseCanonicalName On|Off|DNS | Off | skd | Ã |
Sunucunun kendi adını ve portunu nasıl belirleyeceÄini ayarlar
|
-
UseCanonicalPhysicalPort On|Off | Off | skd | Ã |
Sunucunun kendi adını ve portunu nasıl belirleyeceÄini ayarlar
+ |
UseCanonicalPhysicalPort On|Off | Off | skd | Ã |
Sunucunun kendi adını ve portunu nasıl belirleyeceÄini ayarlar
|
-
User unix-kullanıcısı | #-1 | s | T |
İsteklere yanıt verecek sunucunun ait olacaÄı kullanıcıyı
+ |
User unix-kullanıcısı | #-1 | s | T |
İsteklere yanıt verecek sunucunun ait olacaÄı kullanıcıyı
belirler. |
-
UserDir dizin [dizin] ... | | sk | T |
Kullanıcıya özel dizinlerin yeri |
-
VHostCGIMode On|Off|Secure | On | k | D |
Determines whether the virtualhost can run
+ |
UserDir dizin [dizin] ... | | sk | T |
Kullanıcıya özel dizinlerin yeri |
+
VHostCGIMode On|Off|Secure | On | k | D |
Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | k | D |
Assign arbitrary privileges to subprocesses created
+ |
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | k | D |
Assign arbitrary privileges to subprocesses created
by a virtual host. |
-
VHostGroup unix-groupid | | k | D |
Sets the Group ID under which a virtual host runs. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | k | D |
Assign arbitrary privileges to a virtual host. |
-
VHostSecure On|Off | On | k | D |
Determines whether the server runs with enhanced security
+ |
VHostGroup unix-groupid | | k | D |
Sets the Group ID under which a virtual host runs. |
+
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | k | D |
Assign arbitrary privileges to a virtual host. |
+
VHostSecure On|Off | On | k | D |
Determines whether the server runs with enhanced security
for the virtualhost. |
-
VHostUser unix-userid | | k | D |
Sets the User ID under which a virtual host runs. |
-
VirtualDocumentRoot hesaplanan-dizin|none | none | sk | E |
Bir sanal konaÄın belge kök dizinini devingen olarak yapılandırır.
+ |
VHostUser unix-userid | | k | D |
Sets the User ID under which a virtual host runs. |
+
VirtualDocumentRoot hesaplanan-dizin|none | none | sk | E |
Bir sanal konaÄın belge kök dizinini devingen olarak yapılandırır.
|
-
VirtualDocumentRootIP hesaplanan-dizin|none | none | sk | E |
Bir sanal konaÄın belge kök dizinini devingen olarak yapılandırır.
+ |
VirtualDocumentRootIP hesaplanan-dizin|none | none | sk | E |
Bir sanal konaÄın belge kök dizinini devingen olarak yapılandırır.
|
-
<VirtualHost
+<VirtualHost
adres[:port] [adres[:port]]
- ...> ... </VirtualHost> | | s | à | Sadece belli bir konak ismine ve porta uygulanacak yönergeleri barındırır. |
-VirtualScriptAlias hesaplanan-dizin|none | none | sk | E | Bir sanal konaÄın CGI dizinini devingen olarak yapılandırır.
+ ...> ... </VirtualHost> | | s | à | Sadece belli bir konak ismine ve porta uygulanacak yönergeleri barındırır. |
+VirtualScriptAlias hesaplanan-dizin|none | none | sk | E | Bir sanal konaÄın CGI dizinini devingen olarak yapılandırır.
|
-VirtualScriptAliasIP hesaplanan-dizin|none | none | sk | E | Bir sanal konaÄın CGI dizinini devingen olarak yapılandırır.
+ | VirtualScriptAliasIP hesaplanan-dizin|none | none | sk | E | Bir sanal konaÄın CGI dizinini devingen olarak yapılandırır.
|
-WatchdogInterval number-of-seconds | 1 | s | T | Watchdog interval in seconds |
-XBitHack on|off|full | off | skdh | T | Parse SSI directives in files with the execute bit
+ | WatchdogInterval number-of-seconds | 1 | s | T | Watchdog interval in seconds |
+XBitHack on|off|full | off | skdh | T | Parse SSI directives in files with the execute bit
set |
-xml2EncAlias charset alias [alias ...] | | s | T | Recognise Aliases for encoding values |
-xml2EncDefault name | | skdh | T | Sets a default encoding to assume when absolutely no information
+ | xml2EncAlias charset alias [alias ...] | | s | T | Recognise Aliases for encoding values |
+xml2EncDefault name | | skdh | T | Sets a default encoding to assume when absolutely no information
can be automatically detected |
-xml2StartParse element [element ...] | | skdh | T | Advise the parser to skip leading junk. |
+xml2StartParse element [element ...] | | skdh | T | Advise the parser to skip leading junk. |
Mevcut Diller: de |
diff --git a/docs/manual/mod/quickreference.html.zh-cn b/docs/manual/mod/quickreference.html.zh-cn
index 3fe884caa8..d8e9b7b0de 100644
--- a/docs/manual/mod/quickreference.html.zh-cn
+++ b/docs/manual/mod/quickreference.html.zh-cn
@@ -918,127 +918,128 @@ Client Auth |
SSLCertificateKeyFile file-path | | sv | E |
Server PEM-encoded Private Key file |
SSLCipherSuite cipher-spec | DEFAULT (depends on + | svdh | E |
Cipher Suite available for negotiation in SSL
handshake |
-
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
-
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
-
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
-
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
-
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
-
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
-
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
-
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
-
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
-
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
-
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
-
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
+ |
SSLCompression on|off | on | sv | E |
Disallow compression on the SSL level |
+
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator |
+
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch |
+
SSLFIPS on|off | off | s | E |
SSL FIPS mode Switch |
+
SSLHonorCipherOrder flag | | sv | E |
Option to prefer the server's cipher preference order |
+
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation |
+
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
+
SSLOCSPEnable flag | | sv | E |
Enable OCSP validation of the client certificate chain |
+
SSLOCSPOverrideResponder flag | | sv | E |
Force use of the default responder URI for OCSP validation |
+
SSLOCSPResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP queries |
+
SSLOCSPResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP responses |
+
SSLOCSPResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP response validation |
+
SSLOptions [+|-]option ... | | svdh | E |
Configure various SSL engine run-time options |
+
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private
keys |
-
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
-
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
+ |
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL/TLS protocol versions |
+
SSLProxyCACertificateFile file-path | | sv | E |
File of concatenated PEM-encoded CA Certificates
for Remote Server Auth |
-
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
+ |
SSLProxyCACertificatePath directory-path | | sv | E |
Directory of PEM-encoded CA Certificates for
Remote Server Auth |
-
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
-
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationCheck chain|leaf|none | none | sv | E |
Enable CRL-based revocation checking for Remote Server Auth |
+
SSLProxyCARevocationFile file-path | | sv | E |
File of concatenated PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
+ |
SSLProxyCARevocationPath directory-path | | sv | E |
Directory of PEM-encoded CA CRLs for
Remote Server Auth |
-
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
+ |
SSLProxyCheckPeerCN on|off | on | sv | E |
Whether to check the remote server certificates CN field
|
-
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
+ |
SSLProxyCheckPeerExpire on|off | on | sv | E |
Whether to check if remote server certificate is expired
|
-
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
+ |
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL
proxy handshake |
-
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
-
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
-
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
-
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
-
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
-
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
+ |
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch |
+
SSLProxyMachineCertificateChainFile filename | | s | E |
File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate |
+
SSLProxyMachineCertificateFile filename | | s | E |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyMachineCertificatePath directory | | s | E |
Directory of PEM-encoded client certificates and keys to be used by the proxy |
+
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage |
+
SSLProxyVerify level | none | sv | E |
Type of remote server Certificate verification |
+
SSLProxyVerifyDepth number | 1 | sv | E |
Maximum depth of CA Certificates in Remote Server
Certificate verification |
-
SSLRandomSeed context source
-[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
+ |
SSLRandomSeed context source
+[bytes] | | s | E |
Pseudo Random Number Generator (PRNG) seeding
source |
-
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
-
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
+ |
SSLRenegBufferSize bytes | 131072 | dh | E |
Set the size for the SSL renegotiation buffer |
+
SSLRequire expression | | dh | E |
Allow access only when an arbitrarily complex
boolean expression is true |
-
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
+ |
SSLRequireSSL | | dh | E |
Deny access when SSL is not used for the
HTTP request |
-
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
+ |
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session
Cache |
-
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
+ |
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires
in the Session Cache |
-
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
-
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
-
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
-
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
-
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
-
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
-
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
-
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
-
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
-
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
-
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
+ |
SSLSessionTicketKeyFile file-path | | sv | E |
Persistent encryption/decryption key for TLS session tickets |
+
SSLStaplingCache type | | s | E |
Configures the OCSP stapling cache |
+
SSLStaplingErrorCacheTimeout seconds | 600 | sv | E |
Number of seconds before expiring invalid responses in the OCSP stapling cache |
+
SSLStaplingFakeTryLater on|off | on | sv | E |
Synthesize "tryLater" responses for failed OCSP stapling queries |
+
SSLStaplingForceURL uri | | sv | E |
Override the OCSP responder URI specified in the certificate's AIA extension |
+
SSLStaplingResponderTimeout seconds | 10 | sv | E |
Timeout for OCSP stapling queries |
+
SSLStaplingResponseMaxAge seconds | -1 | sv | E |
Maximum allowable age for OCSP stapling responses |
+
SSLStaplingResponseTimeSkew seconds | 300 | sv | E |
Maximum allowable time skew for OCSP stapling response validation |
+
SSLStaplingReturnResponderErrors on|off | on | sv | E |
Pass stapling related OCSP errors on to client |
+
SSLStaplingStandardCacheTimeout seconds | 3600 | sv | E |
Number of seconds before expiring responses in the OCSP stapling cache |
+
SSLStrictSNIVHostCheck on|off | off | sv | E |
Whether to allow non-SNI clients to access a name-based virtual
host.
|
-
SSLUserName varname | | sdh | E |
Variable name to determine user name |
-
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
-
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
-
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
+ |
SSLUserName varname | | sdh | E |
Variable name to determine user name |
+
SSLUseStapling on|off | off | sv | E |
Enable stapling of OCSP responses in the TLS handshake |
+
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification |
+
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client
Certificate verification |
-
StartServers number | | s | M |
Number of child server processes created at startup |
-
StartThreads number | | s | M |
Number of threads created on startup |
-
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
-
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
-
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
-
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
+ |
StartServers number | | s | M |
Number of child server processes created at startup |
+
StartThreads number | | s | M |
Number of threads created on startup |
+
Substitute s/pattern/substitution/[infq] | | dh | E |
Pattern to filter the response content |
+
Suexec On|Off | | s | B |
Enable or disable the suEXEC feature |
+
SuexecUserGroup User Group | | sv | E |
User and group for CGI programs to run as |
+
ThreadLimit number | | s | M |
Sets the upper limit on the configurable number of threads
per child process |
-
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
-
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
+ |
ThreadsPerChild number | | s | M |
Number of threads created by each child process |
+
ThreadStackSize size | | s | M |
The size in bytes of the stack used by threads handling
client connections |
-
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
+ |
TimeOut seconds | 60 | sv | C |
Amount of time the server will wait for
certain events before failing a request |
-
TraceEnable [on|off|extended] | on | sv | C |
Determines the behavior on TRACE requests |
-
TransferLog file|pipe | | sv | B |
Specify location of a log file |
-
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
-
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
-
UnsetEnv env-variable [env-variable]
-... | | svdh | B |
Removes variables from the environment |
-
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
+ |
TraceEnable [on|off|extended] | on | sv | C |
Determines the behavior on TRACE requests |
+
TransferLog file|pipe | | sv | B |
Specify location of a log file |
+
TypesConfig file-path | conf/mime.types | s | B |
The location of the mime.types file |
+
UnDefine parameter-name | | s | C |
Undefine the existence of a variable |
+
UnsetEnv env-variable [env-variable]
+... | | svdh | B |
Removes variables from the environment |
+
UseCanonicalName On|Off|DNS | Off | svd | C |
Configures how the server determines its own name and
port |
-
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own port |
-
User unix-userid | #-1 | s | B |
The userid under which the server will answer
+ |
UseCanonicalPhysicalPort On|Off | Off | svd | C |
Configures how the server determines its own port |
+
User unix-userid | #-1 | s | B |
The userid under which the server will answer
requests |
-
UserDir directory-filename [directory-filename] ...
- | | sv | B |
Location of the user-specific directories |
-
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
+ |
UserDir directory-filename [directory-filename] ...
+ | | sv | B |
Location of the user-specific directories |
+
VHostCGIMode On|Off|Secure | On | v | X |
Determines whether the virtualhost can run
subprocesses, and the privileges available to subprocesses. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
+ |
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to subprocesses created
by a virtual host. |
-
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
-
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
-
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
+ |
VHostGroup unix-groupid | | v | X |
Sets the Group ID under which a virtual host runs. |
+
VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ... | | v | X |
Assign arbitrary privileges to a virtual host. |
+
VHostSecure On|Off | On | v | X |
Determines whether the server runs with enhanced security
for the virtualhost. |
-
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
-
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VHostUser unix-userid | | v | X |
Sets the User ID under which a virtual host runs. |
+
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
+ |
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root
for a given virtual host |
-
<VirtualHost
+<VirtualHost
addr[:port] [addr[:port]]
- ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
+ ...> ... </VirtualHost> | | s | C | Contains directives that apply only to a specific
hostname or IP address |
-VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAlias interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
+ | VirtualScriptAliasIP interpolated-directory|none | none | sv | E | Dynamically configure the location of the CGI directory for
a given virtual host |
-WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
-XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
+ | WatchdogInterval number-of-seconds | 1 | s | B | Watchdog interval in seconds |
+XBitHack on|off|full | off | svdh | B | Parse SSI directives in files with the execute bit
set |
-xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
-xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
+ | xml2EncAlias charset alias [alias ...] | | s | B | Recognise Aliases for encoding values |
+xml2EncDefault name | | svdh | B | Sets a default encoding to assume when absolutely no information
can be automatically detected |
-xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
+xml2StartParse element [element ...] | | svdh | B | Advise the parser to skip leading junk. |
å¯ç¨è¯è¨: de |
--
2.49.0
|