From 3c106a21aa44303193a06de317d4232e0eb0fbb7 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Fri, 28 Dec 2012 18:10:38 +0000
Subject: 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(-)
(limited to 'docs/manual')
diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en
index 91fffe1cb9..974946b576 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 5073f91e4f..9831e8870b 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 429f54c4e5..7928a3e5f1 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 e152165297..01197d4965 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 448b546dca..a90fa7027a 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 72be56bc9a..56ace955e3 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 57fec3f230..f6ab8f29fc 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 c7c03a1d80..21ffc9f39b 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 prime. Vrifiez la version
- anglaise pour les changements rcents.
+FichierSource: | mod_authz_owner.c |
Sommaire
Ce module permet de contrler l'accs 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 f5823c875f..9f7a44bc16 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 05ce144240..fd885fd2d7 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 Gre des Stacks in Bytes, der von Threads
+ |
ThreadStackSize size | | s | M |
Die Gre 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 | Enthlt Direktiven, die nur auf bestimmte Hostnamen oder
+ ...> ... </VirtualHost> | | s | C | Enthlt 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. |
Verfgbare Sprachen: de |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index 98c8ff7f9b..4ac767979d 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 63c672ec4c..793476e11c 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 bcb7592190..12e5d4ce1c 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 51e73aa0fb..70404789e5 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 57365383d4..fd720eccbf 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 a336af7e41..b74904545c 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 prime. Vrifiez la version
+ anglaise pour les changements rcents.
Ce document dcrit les modifications majeures apportes par
la version 2.4 du serveur HTTP Apache. Pour les nouvelles fonctionnalits
diff --git a/docs/manual/new_features_2_4.html.tr.utf8 b/docs/manual/new_features_2_4.html.tr.utf8
index ef3bd03dd3..843a0b5f29 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 9e75ed5d00..a8defe1e97 100644
--- a/docs/manual/new_features_2_4.xml.fr
+++ b/docs/manual/new_features_2_4.xml.fr
@@ -3,7 +3,7 @@
-
+
+
+
|