From f10044d3d390ebee6a22784630ca07dad37ec9e2 Mon Sep 17 00:00:00 2001
From: Richard Bowen
Date: Fri, 28 Dec 2012 18:10:38 +0000
Subject: [PATCH] Rebuild various transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1426602 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/developer/modguide.html.en | 2 +-
docs/manual/mod/directives.html.de | 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_authz_owner.html.fr | 6 +-
docs/manual/mod/mod_authz_owner.xml.meta | 2 +-
docs/manual/mod/quickreference.html.de | 144 +++++++++---------
docs/manual/mod/quickreference.html.es | 144 +++++++++---------
docs/manual/mod/quickreference.html.ja.utf8 | 142 ++++++++---------
docs/manual/mod/quickreference.html.ko.euc-kr | 142 ++++++++---------
docs/manual/mod/quickreference.html.tr.utf8 | 144 +++++++++---------
docs/manual/mod/quickreference.html.zh-cn | 144 +++++++++---------
docs/manual/new_features_2_4.html.fr | 2 +
docs/manual/new_features_2_4.html.tr.utf8 | 1 +
docs/manual/new_features_2_4.xml.fr | 2 +-
docs/manual/new_features_2_4.xml.meta | 4 +-
docs/manual/new_features_2_4.xml.tr | 2 +-
docs/manual/platform/win_compiling.html.en | 31 ++++
docs/manual/platform/win_compiling.xml.ko | 2 +-
22 files changed, 484 insertions(+), 436 deletions(-)
diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en
index 91fffe1cb9b..974946b576e 100644
--- a/docs/manual/developer/modguide.html.en
+++ b/docs/manual/developer/modguide.html.en
@@ -1749,7 +1749,7 @@ static int example_handler(request_req* r)
/*~~~~~~~~~~~~~~~~*/
if(util_read(r, &data, &size) == OK) {
- ap_rprintf("We read a request body that was %u bytes long", size);
+ ap_rprintf(r, "We read a request body that was %u bytes long", size);
}
return OK;
}
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index 5073f91e4fc..9831e8870bb 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -593,6 +593,7 @@
SSLProxyCARevocationPath
SSLProxyCheckPeerCN
SSLProxyCheckPeerExpire
+SSLProxyCheckPeerName
SSLProxyCipherSuite
SSLProxyEngine
SSLProxyMachineCertificateChainFile
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index 429f54c4e5d..7928a3e5f1d 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -596,6 +596,7 @@
SSLProxyCARevocationPath
SSLProxyCheckPeerCN
SSLProxyCheckPeerExpire
+SSLProxyCheckPeerName
SSLProxyCipherSuite
SSLProxyEngine
SSLProxyMachineCertificateChainFile
diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8
index e1521652972..01197d4965c 100644
--- a/docs/manual/mod/directives.html.ja.utf8
+++ b/docs/manual/mod/directives.html.ja.utf8
@@ -591,6 +591,7 @@
SSLProxyCARevocationPath
SSLProxyCheckPeerCN
SSLProxyCheckPeerExpire
+SSLProxyCheckPeerName
SSLProxyCipherSuite
SSLProxyEngine
SSLProxyMachineCertificateChainFile
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index 448b546dcac..a90fa7027a2 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -591,6 +591,7 @@
SSLProxyCARevocationPath
SSLProxyCheckPeerCN
SSLProxyCheckPeerExpire
+SSLProxyCheckPeerName
SSLProxyCipherSuite
SSLProxyEngine
SSLProxyMachineCertificateChainFile
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index 72be56bc9a2..56ace955e38 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -590,6 +590,7 @@
SSLProxyCARevocationPath
SSLProxyCheckPeerCN
SSLProxyCheckPeerExpire
+SSLProxyCheckPeerName
SSLProxyCipherSuite
SSLProxyEngine
SSLProxyMachineCertificateChainFile
diff --git a/docs/manual/mod/directives.html.zh-cn b/docs/manual/mod/directives.html.zh-cn
index 57fec3f230a..f6ab8f29fcd 100644
--- a/docs/manual/mod/directives.html.zh-cn
+++ b/docs/manual/mod/directives.html.zh-cn
@@ -589,6 +589,7 @@
SSLProxyCARevocationPath
SSLProxyCheckPeerCN
SSLProxyCheckPeerExpire
+SSLProxyCheckPeerName
SSLProxyCipherSuite
SSLProxyEngine
SSLProxyMachineCertificateChainFile
diff --git a/docs/manual/mod/mod_authz_owner.html.fr b/docs/manual/mod/mod_authz_owner.html.fr
index c7c03a1d80a..21ffc9f39be 100644
--- a/docs/manual/mod/mod_authz_owner.html.fr
+++ b/docs/manual/mod/mod_authz_owner.html.fr
@@ -29,15 +29,11 @@
ja |
ko
-Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.
+| Fichier Source: | mod_authz_owner.c |
Sommaire
Ce module permet de contrôler l'accès aux fichiers en comparant
diff --git a/docs/manual/mod/mod_authz_owner.xml.meta b/docs/manual/mod/mod_authz_owner.xml.meta
index f5823c875f5..9f7a44bc160 100644
--- a/docs/manual/mod/mod_authz_owner.xml.meta
+++ b/docs/manual/mod/mod_authz_owner.xml.meta
@@ -8,7 +8,7 @@
en
- fr
+ fr
ja
ko
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 05ce1442409..fd885fd2d73 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -977,109 +977,111 @@ Remote Server Auth
Remote Server Auth
| 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 certificate's CN field
|
| 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
+ |
| SSLProxyCheckPeerName on|off | on | sv | E |
| Configure host name checking for remote server certificates
+ |
+| 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 |
-| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
-| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
-| 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 |
+| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
+| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
+| 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 |
-| Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
-| 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
+ | | Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
+| 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.es b/docs/manual/mod/quickreference.html.es
index 98c8ff7f9b4..4ac767979d0 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -969,107 +969,109 @@ Remote Server Auth |
Remote Server Auth
| 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 certificate's CN field
|
| 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
+ |
| SSLProxyCheckPeerName on|off | on | sv | E |
| Configure host name checking for remote server certificates
+ |
+| 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 |
-| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
-| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
-| 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 |
+| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
+| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
+| 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 |
-| Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
-| 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
+ | | Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
+| 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 63c672ec4ca..793476e11c8 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -898,106 +898,108 @@ Remote Server Auth |
Remote Server Auth
| 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 certificate's CN field
|
| 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
+ |
| SSLProxyCheckPeerName on|off | on | sv | E |
| Configure host name checking for remote server certificates
+ |
+| 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 |
-| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
-| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
-| 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 |
+| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
+| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
+| 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 |
-| Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
-| WatchdogInterval number-of-seconds | 1 | s | B | | Watchdog interval in seconds |
-| XBitHack on|off|full | off | svdh | B | | å®è¡ããããè¨å®ããããã¡ã¤ã«ã® SSI ãã£ã¬ã¯ãã£ãã
+ | | Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
+| 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 bcb7592190e..12e5d4ce1cc 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -920,105 +920,107 @@ Remote Server Auth |
Remote Server Auth
| 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 certificate's CN field
|
| 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
+ |
| SSLProxyCheckPeerName on|off | on | sv | E |
| Configure host name checking for remote server certificates
+ |
+| 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 |
-| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
-| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
-| 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 |
+| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
+| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
+| 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 |
-| Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
-| 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
+ | | Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
+| 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 51e73aa0fb3..70404789e5e 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -959,111 +959,113 @@ Remote Server Auth |
Remote Server Auth
| 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 certificate's CN field
|
| 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
+ |
| SSLProxyCheckPeerName on|off | on | sk | E |
| Configure host name checking for remote server certificates
+ |
+| 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 |
-| SSLSRPUnknownUserSeed secret-string | | sk | E |
| SRP unknown user seed |
-| SSLSRPVerifierFile file-path | | sk | E |
| Path to SRP verifier file |
-| 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 |
+| SSLSRPUnknownUserSeed secret-string | | sk | E |
| SRP unknown user seed |
+| SSLSRPVerifierFile file-path | | sk | E |
| Path to SRP verifier file |
+| 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.
|
-| Warning message | | skdh | Ã | | Warn from configuration parsing with a custom message |
-| 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
+ | | Warning message | | skdh | Ã | | Warn from configuration parsing with a custom message |
+| 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 57365383d46..fd720eccbf7 100644
--- a/docs/manual/mod/quickreference.html.zh-cn
+++ b/docs/manual/mod/quickreference.html.zh-cn
@@ -957,106 +957,108 @@ Remote Server Auth |
Remote Server Auth
| 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 certificate's CN field
|
| 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
+ |
| SSLProxyCheckPeerName on|off | on | sv | E |
| Configure host name checking for remote server certificates
+ |
+| 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 |
-| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
-| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
-| 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 |
+| SSLSRPUnknownUserSeed secret-string | | sv | E |
| SRP unknown user seed |
+| SSLSRPVerifierFile file-path | | sv | E |
| Path to SRP verifier file |
+| 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 |
-| Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
-| 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
+ | | Warning message | | svdh | C | | Warn from configuration parsing with a custom message |
+| 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/new_features_2_4.html.fr b/docs/manual/new_features_2_4.html.fr
index a336af7e415..b74904545c2 100644
--- a/docs/manual/new_features_2_4.html.fr
+++ b/docs/manual/new_features_2_4.html.fr
@@ -27,6 +27,8 @@ serveur HTTP Apache
fr |
tr
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Ce document décrit les modifications majeures apportées par
la version 2.4 du serveur HTTP Apache. Pour les nouvelles fonctionnalités
diff --git a/docs/manual/new_features_2_4.html.tr.utf8 b/docs/manual/new_features_2_4.html.tr.utf8
index ef3bd03dd30..843a0b5f291 100644
--- a/docs/manual/new_features_2_4.html.tr.utf8
+++ b/docs/manual/new_features_2_4.html.tr.utf8
@@ -25,6 +25,7 @@
fr |
tr
+Bu çeviri güncel olmayabilir. Son deÄiÅiklikler için İngilizce sürüm geçerlidir.
Bu belgede Apache HTTP Sunucusunun 2.2 ve 2.4 sürümleri arasındaki
baÅlıca farklara deÄinilmiÅtir. 2.0 sürümüne göre yeni özellikler için Apache 2.2âde Yeni olan Ãzellikler
diff --git a/docs/manual/new_features_2_4.xml.fr b/docs/manual/new_features_2_4.xml.fr
index 9e75ed5d004..a8defe1e977 100644
--- a/docs/manual/new_features_2_4.xml.fr
+++ b/docs/manual/new_features_2_4.xml.fr
@@ -3,7 +3,7 @@
-
+
+
+
|