From: Jim Jagielski Date: Thu, 16 Jun 2016 16:24:20 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.21~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d96fe61c0b5eb851487cc4b920e79df336e86589;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/faq/index.html.en b/docs/manual/faq/index.html.en index 5087eea3652..95786a055e7 100644 --- a/docs/manual/faq/index.html.en +++ b/docs/manual/faq/index.html.en @@ -24,6 +24,7 @@ Apache > HTTP Server > Documentation > Version 2.4

Frequently Asked Questions

Available Languages:  en  | + es  |  fr  |  tr  |  zh-cn 

@@ -35,6 +36,7 @@

Available Languages:  en  | + es  |  fr  |  tr  |  zh-cn 

diff --git a/docs/manual/faq/index.html.es b/docs/manual/faq/index.html.es index 75ecd53bf1f..37e19a62738 100644 --- a/docs/manual/faq/index.html.es +++ b/docs/manual/faq/index.html.es @@ -1,52 +1,50 @@ - - - - + + + + -Preguntas Frecuentes - Servidor HTTP Apache Versión 2.5 - - - - - - - -
<-
-

Preguntas Frecuentes

-
-

Idiomas disponibles:  en  | - es  | - fr  | - ko  | - tr  | - zh-cn 

-
- - -

Las preguntas frecuentes se han movido a la Wiki de HTTP Server (en Inglés).

-
-
-
-

Idiomas disponibles:  en  | - es  | - fr  | - ko  | - tr  | - zh-cn 

-
+ + + +
<-
+

Preguntas Frecuentes

+
+

Idiomas disponibles:  en  | + es  | + fr  | + tr  | + zh-cn 

+
+ + +

Las preguntas frecuentes se han movido a la Wiki de HTTP Server (en Inglés).

+
+
+
+

Idiomas disponibles:  en  | + es  | + fr  | + tr  | + zh-cn 

+
+//--> \ No newline at end of file diff --git a/docs/manual/faq/index.html.tr.utf8 b/docs/manual/faq/index.html.tr.utf8 index 4c8a7cca8b5..2ea8f9e760c 100644 --- a/docs/manual/faq/index.html.tr.utf8 +++ b/docs/manual/faq/index.html.tr.utf8 @@ -24,6 +24,7 @@ Apache > HTTP Sunucusu > Belgeleme > Sürüm 2.4

Sıkça Sorulan Sorular

Mevcut Diller:  en  | + es  |  fr  |  tr  |  zh-cn 

@@ -35,6 +36,7 @@

Mevcut Diller:  en  | + es  |  fr  |  tr  |  zh-cn 

diff --git a/docs/manual/faq/index.html.zh-cn.utf8 b/docs/manual/faq/index.html.zh-cn.utf8 index 91ab6038757..ba7aaf40d23 100644 --- a/docs/manual/faq/index.html.zh-cn.utf8 +++ b/docs/manual/faq/index.html.zh-cn.utf8 @@ -24,6 +24,7 @@ Apache > HTTP 服务器 > 文档 > 版本 2.4

常见问题

可用语言:  en  | + es  |  fr  |  tr  |  zh-cn 

@@ -34,6 +35,7 @@

可用语言:  en  | + es  |  fr  |  tr  |  zh-cn 

diff --git a/docs/manual/index.html.es b/docs/manual/index.html.es index 39a6d7d5b63..617ed865b9c 100644 --- a/docs/manual/index.html.es +++ b/docs/manual/index.html.es @@ -61,7 +61,8 @@ ejecuci
  • Glosario
  • Notas específicas sobre plataformas

    • Microsoft Windows
    • diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 27a58128827..1b5ea74d566 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -138,6 +138,8 @@ AddOutputFilter INCLUDES .shtml + + @@ -161,14 +163,24 @@ AddOutputFilter INCLUDES .shtmlmod_cgi, and will only be available if this module is loaded.

      +

      The comment Element

      +

      This command doesn't output anything. Its only use is to + add comments within a file. These comments are not printed.

      + +

      This syntax is available in version 2.4.21 and later.

      + +

      + <!--#comment Blah Blah Blah --> +

      + +

      The config Element

      This command controls various aspects of the parsing. The valid attributes are:

      echomsg (Apache 2.1 and later)
      -
      -

      The value is a message that is sent back to the +

      The value is a message that is sent back to the client if the echo element attempts to echo an undefined variable. This overrides any SSIUndefinedEcho directives.

      @@ -181,7 +193,7 @@ AddOutputFilter INCLUDES .shtml

      The value is a message that is sent back to the client if an error occurs while parsing the document. This overrides any SSIErrorMsg directives.

      - +

      <!--#config errmsg="[Oops, something broke.]" -->

      @@ -197,19 +209,19 @@ AddOutputFilter INCLUDES .shtml

      <!--#config sizefmt="abbrev" -->

      +
      timefmt

      The value is a string to be used by the strftime(3) library routine when printing dates.

      - +

      <!--#config timefmt=""%R, %B %d, %Y"" -->

      -
      @@ -362,7 +374,7 @@ AddOutputFilter INCLUDES .shtml

      The value of file cannot start with a slash - (/), nor can it contain ../ so as to + (/), nor can it contain ../ so as to refer to a file above the current directory or outside of the document root. Attempting to so will result in the error message: The given path was above the root path. diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index 25fe8b70a80..8a8bd36ec31 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -263,7 +263,7 @@ LDAPTrustedGlobalCert CA_DER "/certs/certfile.der" # mod_ldap and mod_authnz_ldap be loaded. Change the # "yourdomain.example.com" to match your domain. -LDAPTrustedGlobalCert CA_DER "/certs/certfile.der: +LDAPTrustedGlobalCert CA_DER "/certs/certfile.der" <Location "/ldap-status"> SetHandler ldap-status @@ -477,7 +477,7 @@ LDAPTrustedGlobalCert CA_BASE64 "/certs/cacert2.pem" connection pool. The default value of -1, and any other negative value, allows connections of any age to be reused.

      -

      For performance reasons, the reference time used by this directive is +

      For performance reasons, the reference time used by this directive is based on when the LDAP connection is returned to the pool, not the time of the last successful I/O with the LDAP server.

      @@ -486,7 +486,7 @@ LDAPTrustedGlobalCert CA_BASE64 "/certs/cacert2.pem" time is not updated if no backend LDAP conncetions were needed. Second, the reference time uses the time the HTTP request was received instead of the time the request is completed.

      - +

      This timeout defaults to units of seconds, but accepts suffixes for milliseconds (ms), minutes (min), and hours (h).

      diff --git a/docs/manual/mod/mod_log_config.html.ja.utf8 b/docs/manual/mod/mod_log_config.html.ja.utf8 index b0925829a6e..f59752ad882 100644 --- a/docs/manual/mod/mod_log_config.html.ja.utf8 +++ b/docs/manual/mod/mod_log_config.html.ja.utf8 @@ -398,7 +398,7 @@
      ElementDescription
      commentSSI comment
      config configure output formats
      echo
      - diff --git a/docs/manual/mod/mod_log_config.html.ko.euc-kr b/docs/manual/mod/mod_log_config.html.ko.euc-kr index 761e3782715..e974ea083e4 100644 --- a/docs/manual/mod/mod_log_config.html.ko.euc-kr +++ b/docs/manual/mod/mod_log_config.html.ko.euc-kr @@ -333,7 +333,7 @@
      説明:Sets filename and format of log file
      構文:GlobalLog file|pipe|provider +
      構文:GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]
      - diff --git a/docs/manual/mod/mod_log_config.html.tr.utf8 b/docs/manual/mod/mod_log_config.html.tr.utf8 index f3cfa8642fc..1a349035d6a 100644 --- a/docs/manual/mod/mod_log_config.html.tr.utf8 +++ b/docs/manual/mod/mod_log_config.html.tr.utf8 @@ -32,6 +32,7 @@  ko  |  tr 

      +
      Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
      ¼³¸í:Sets filename and format of log file
      ¹®¹ý:GlobalLog file|pipe|provider +
      ¹®¹ý:GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]
      diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 7c1b55cf691..d8595823e39 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -791,7 +791,6 @@ RewriteRule "^/$" "/homepage.std.html" [L]
      Açıklama:Sunucuya yapılan isteklerin günlük kayıtlarının tutulması
      Durum:Temel
      @@ -837,11 +836,6 @@ RewriteRule "^/$" "/homepage.std.html" [L]
      RewriteRule "^/ex/(.*)" "${examplemap:$1}"
      -

      The meaning of the MapTypeOptions argument depends on - particular MapType. See the - Using RewriteMap for - more information.

      -

      The following combinations for MapType and MapSource can be used:

      diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index f6654646932..706ffbce0a2 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -464,11 +464,13 @@ this directory contains the appropriate symbolic links.

      Description:Defines a mapping function for key-lookup
      Syntax:RewriteMap MapName MapType:MapSource - MapTypeOptions
      Context:server config, virtual host
      Status:Extension
      - + +
      Description:Enable CRL-based revocation checking
      Syntax:SSLCARevocationCheck chain|leaf|none
      Syntax:SSLCARevocationCheck chain|leaf|none flags
      Default:SSLCARevocationCheck none
      Context:server config, virtual host
      Status:Extension
      Module:mod_ssl
      Compatibility:Optional flags available in httpd 2.5-dev or +later

      Enables certificate revocation list (CRL) checking. At least one of @@ -478,22 +480,32 @@ configured. When set to chain (recommended setting), CRL checks are applied to all certificates in the chain, while setting it to leaf limits the checks to the end-entity cert.

      -
      -

      When set to chain or leaf, -CRLs must be available for successful validation

      -

      -Prior to version 2.3.15, CRL checking in mod_ssl also succeeded when -no CRL(s) were found in any of the locations configured with -SSLCARevocationFile -or SSLCARevocationPath. -With the introduction of this directive, the behavior has been changed: -when checking is enabled, CRLs must be present for the validation -to succeed - otherwise it will fail with an -"unable to get certificate CRL" error. -

      -
      +

      The available flags are:

      +
        +
      • no_crl_for_cert_ok +

        + Prior to version 2.3.15, CRL checking in mod_ssl also succeeded when + no CRL(s) for the checked certificate(s) were found in any of the locations + configured with SSLCARevocationFile + or SSLCARevocationPath. +

        +

        + With the introduction of SSLCARevocationFile, + the behavior has been changed: by default with chain or + leaf, CRLs must be present for the + validation to succeed - otherwise it will fail with an + "unable to get certificate CRL" error. +

        +

        + The flag no_crl_for_cert_ok allows to restore + previous behaviour. +

        +
      • +

      Example

      SSLCARevocationCheck chain
      +

      Compatibility with versions 2.2

      SSLCARevocationCheck chain no_crl_for_cert_ok
      +
    top
    @@ -1593,15 +1605,30 @@ contains the appropriate symbolic links.

    This directive sets whether the remote server certificate's CN field is compared against the hostname of the request URL. If both are not equal -a 502 status code (Bad Gateway) is sent. +a 502 status code (Bad Gateway) is sent. SSLProxyCheckPeerCN is +superseded by SSLProxyCheckPeerName +in release 2.4.5 and later.

    -In 2.4.5 and later, SSLProxyCheckPeerCN has been superseded by -SSLProxyCheckPeerName, and its -setting is only taken into account when -SSLProxyCheckPeerName off is specified at the same time. +In all releases 2.4.5 through 2.4.20, setting +SSLProxyCheckPeerName off was sufficient to enable this behavior +(as the SSLProxyCheckPeerCN default was on.) In +these releases, both directives must be set to off to completely +avoid remote server certificate name validation. Many users reported this +to be very confusing.

    -

    Example

    SSLProxyCheckPeerCN on
    +

    +As of release 2.4.21, all configurations which enable either one of the +SSLProxyCheckPeerName or SSLProxyCheckPeerCN options +will use the new SSLProxyCheckPeerName +behavior, and all configurations which disable either one of the +SSLProxyCheckPeerName or SSLProxyCheckPeerCN options +will supress all remote server certificate name validation. Only the following +configuration will trigger the legacy certificate CN comparison in 2.4.21 and +later releases; +

    +

    Example

    SSLProxyCheckPeerCN on
    +SSLProxyCheckPeerName off
    @@ -1638,21 +1665,30 @@ sent. Compatibility:Apache HTTP Server 2.4.5 and later

    -This directive configures host name checking for server certificates -when mod_ssl is acting as an SSL client. The check will -succeed if the host name from the request URI is found in -either the subjectAltName extension or (one of) the CN attribute(s) -in the certificate's subject. If the check fails, the SSL request -is aborted and a 502 status code (Bad Gateway) is returned. -The directive supersedes SSLProxyCheckPeerCN, -which only checks for the expected host name in the first CN attribute. +This directive configures host name checking for server certificates when +mod_ssl is acting as an SSL client. The check will succeed if the host name +from the request URI matches one of the CN attribute(s) of the certificate's +subject, or matches the subjectAltName extension. If the check fails, the SSL +request is aborted and a 502 status code (Bad Gateway) is returned. +

    +

    +Wildcard matching is supported for specific cases: an subjectAltName entry +of type dNSName, or CN attributes starting with *. will match +with any host name of the same number of name elements and the same suffix. +E.g. *.example.org will match foo.example.org, +but will not match foo.bar.example.org, because the number of +elements in the respective host names differs.

    -Wildcard matching is supported in one specific flavor: subjectAltName entries -of type dNSName or CN attributes starting with *. will match -for any DNS name with the same number of labels and the same suffix -(i.e., *.example.org matches for foo.example.org, -but not for foo.bar.example.org). +This feature was introduced in 2.4.5 and superseded the behavior of the +SSLProxyCheckPeerCN directive, which +only tested the exact value in the first CN attribute against the host name. +However, many users were confused by the behavior of using these directives +individually, so the mutual behavior of SSLProxyCheckPeerName +and SSLProxyCheckPeerCN directives were improved in release +2.4.21. See the SSLProxyCheckPeerCN +directive description for the original behavior and details of these +improvements.

    diff --git a/docs/manual/mod/mod_ssl.html.fr b/docs/manual/mod/mod_ssl.html.fr index 4039f3b6acd..44116036add 100644 --- a/docs/manual/mod/mod_ssl.html.fr +++ b/docs/manual/mod/mod_ssl.html.fr @@ -29,6 +29,8 @@

    Langues Disponibles:  en  |  fr 

    +
    Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
    diff --git a/docs/manual/mod/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr index 4186c2a3d3e..a7c581d37e6 100644 --- a/docs/manual/mod/mod_ssl.xml.fr +++ b/docs/manual/mod/mod_ssl.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_ssl.xml.meta b/docs/manual/mod/mod_ssl.xml.meta index 736a11a017e..be20a51f56b 100644 --- a/docs/manual/mod/mod_ssl.xml.meta +++ b/docs/manual/mod/mod_ssl.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 579058595eb..1c7950841c8 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -468,7 +468,7 @@ found - @@ -855,7 +855,6 @@ must succeed for the enclosing directive to not fail. for defining acceptable CA names - + - @@ -847,7 +847,6 @@ must succeed for the enclosing directive to not fail. for defining acceptable CA names - + - @@ -854,7 +854,6 @@ must succeed for the enclosing directive to not fail. for defining acceptable CA names - + - @@ -791,7 +791,6 @@ must succeed for the enclosing directive to not fail. for defining acceptable CA names - + - @@ -811,7 +811,6 @@ must succeed for the enclosing directive to not fail. for defining acceptable CA names - + for defining acceptable CA names - + - @@ -842,7 +842,6 @@ must succeed for the enclosing directive to not fail. for defining acceptable CA names - +
    Description:Chiffrement de haut niveau basé sur les protocoles Secure Sockets Layer (SSL) et Transport Layer Security (TLS)
    Statut:Extension
    ForceType MIME-Type|NonedhC
    Erzwingt die Auslieferung aller passendenden Dateien mit dem angegebenen MIME-Content-Type
    ForensicLog filename|pipesvE
    Sets filename of the forensic log
    GlobalLog file|pipe|provider +
    GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]sB
    Sets filename and format of log file
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteMap MapName MapType:MapSource - MapTypeOptions svE
    Defines a mapping function for key-lookup
    RewriteOptions OptionssvdhE
    Sets some special options for the rewrite engine
    RewriteRule @@ -968,7 +967,7 @@ Client Auth
    SSLCADNRequestPath directory-pathsvE
    Directory of PEM-encoded CA Certificates for defining acceptable CA names
    SSLCARevocationCheck chain|leaf|none none svE
    Enable CRL-based revocation checking
    SSLCARevocationCheck chain|leaf|none flags none svE
    Enable CRL-based revocation checking
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index a4f65991e77..011a7a1d0e0 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -463,7 +463,7 @@ found
    ForceType media-type|NonedhC
    Forces all matching files to be served with the specified media type in the HTTP Content-Type header field
    ForensicLog filename|pipesvE
    Sets filename of the forensic log
    GlobalLog file|pipe|provider +
    GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]sB
    Sets filename and format of log file
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteMap MapName MapType:MapSource - MapTypeOptions svE
    Defines a mapping function for key-lookup
    RewriteOptions OptionssvdhE
    Sets some special options for the rewrite engine
    RewriteRule @@ -956,7 +955,7 @@ Client Auth
    SSLCADNRequestPath directory-pathsvE
    Directory of PEM-encoded CA Certificates for defining acceptable CA names
    SSLCARevocationCheck chain|leaf|none none svE
    Enable CRL-based revocation checking
    SSLCARevocationCheck chain|leaf|none flags none svE
    Enable CRL-based revocation checking
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 2a198de915f..ac28403889e 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -470,7 +470,7 @@ found
    ForceType media-type|NonedhC
    Forces all matching files to be served with the specified media type in the HTTP Content-Type header field
    ForensicLog filename|pipesvE
    Sets filename of the forensic log
    GlobalLog file|pipe|provider +
    GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]sB
    Sets filename and format of log file
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteMap MapName MapType:MapSource - MapTypeOptions svE
    Defines a mapping function for key-lookup
    RewriteOptions OptionssvdhE
    Sets some special options for the rewrite engine
    RewriteRule @@ -963,7 +962,7 @@ Client Auth
    SSLCADNRequestPath directory-pathsvE
    Directory of PEM-encoded CA Certificates for defining acceptable CA names
    SSLCARevocationCheck chain|leaf|none none svE
    Enable CRL-based revocation checking
    SSLCARevocationCheck chain|leaf|none flags none svE
    Enable CRL-based revocation checking
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index c7df0bebc9a..5dd4dd0ad51 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -440,7 +440,7 @@ request
    ForceType MIME-type|NonedhC
    すべてのマッチするファイルが指定の MIME コンテントタイプで 送られるようにする
    ForensicLog filename|pipesvE
    Forensic ログのファイル名を設定する
    GlobalLog file|pipe|provider +
    GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]sB
    Sets filename and format of log file
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteMap MapName MapType:MapSource - MapTypeOptions svE
    Defines a mapping function for key-lookup
    RewriteOptions OptionssvdhE
    Sets some special options for the rewrite engine
    RewriteRule @@ -886,7 +885,7 @@ Client Auth
    SSLCADNRequestPath directory-pathsvE
    Directory of PEM-encoded CA Certificates for defining acceptable CA names
    SSLCARevocationCheck chain|leaf|none none svE
    Enable CRL-based revocation checking
    SSLCARevocationCheck chain|leaf|none flags none svE
    Enable CRL-based revocation checking
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index f46c9c71b69..01c868db9e0 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -439,7 +439,7 @@ found
    ForceType media-type|NonedhC
    Forces all matching files to be served with the specified media type in the HTTP Content-Type header field
    ForensicLog filename|pipesvE
    Sets filename of the forensic log
    GlobalLog file|pipe|provider +
    GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]sB
    Sets filename and format of log file
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteMap MapName MapType:MapSource - MapTypeOptions svE
    Defines a mapping function for key-lookup
    RewriteOptions OptionssvdhE
    Sets some special options for the rewrite engine
    RewriteRule @@ -915,7 +914,7 @@ Client Auth
    SSLCADNRequestPath directory-pathsvE
    Directory of PEM-encoded CA Certificates for defining acceptable CA names
    SSLCARevocationCheck chain|leaf|none none svE
    Enable CRL-based revocation checking
    SSLCARevocationCheck chain|leaf|none flags none svE
    Enable CRL-based revocation checking
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 523669214f6..76b7a6f6e67 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -845,7 +845,6 @@ must succeed for the enclosing directive to not fail.
    RewriteEngine on|off off skdhE
    Enables or disables runtime rewriting engine
    RewriteMap MapName MapType:MapSource - MapTypeOptions skE
    Defines a mapping function for key-lookup
    RewriteOptions OptionsskdhE
    Sets some special options for the rewrite engine
    RewriteRule @@ -953,7 +952,7 @@ Client Auth
    SSLCADNRequestPath directory-pathskE
    Directory of PEM-encoded CA Certificates for defining acceptable CA names
    SSLCARevocationCheck chain|leaf|none none skE
    Enable CRL-based revocation checking
    SSLCARevocationCheck chain|leaf|none flags none skE
    Enable CRL-based revocation checking
    SSLCARevocationFile file-pathskE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathskE
    Directory of PEM-encoded CA CRLs for diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index 86f39f974a6..117a89b0cb5 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -458,7 +458,7 @@ found
    ForceType media-type|NonedhC
    Forces all matching files to be served with the specified media type in the HTTP Content-Type header field
    ForensicLog filename|pipesvE
    Sets filename of the forensic log
    GlobalLog file|pipe|provider +
    GlobalLogfile|pipe format|nickname [env=[!]environment-variable| expr=expression]sB
    Sets filename and format of log file
    RewriteEngine on|off off svdhE
    Enables or disables runtime rewriting engine
    RewriteMap MapName MapType:MapSource - MapTypeOptions svE
    Defines a mapping function for key-lookup
    RewriteOptions OptionssvdhE
    Sets some special options for the rewrite engine
    RewriteRule @@ -951,7 +950,7 @@ Client Auth
    SSLCADNRequestPath directory-pathsvE
    Directory of PEM-encoded CA Certificates for defining acceptable CA names
    SSLCARevocationCheck chain|leaf|none none svE
    Enable CRL-based revocation checking
    SSLCARevocationCheck chain|leaf|none flags none svE
    Enable CRL-based revocation checking
    SSLCARevocationFile file-pathsvE
    File of concatenated PEM-encoded CA CRLs for Client Auth
    SSLCARevocationPath directory-pathsvE
    Directory of PEM-encoded CA CRLs for diff --git a/docs/manual/vhosts/examples.html.tr.utf8 b/docs/manual/vhosts/examples.html.tr.utf8 index 4bc17831fab..3796e803d83 100644 --- a/docs/manual/vhosts/examples.html.tr.utf8 +++ b/docs/manual/vhosts/examples.html.tr.utf8 @@ -29,6 +29,7 @@  ko  |  tr 

    +
    Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

    Bu belgede sanal konaklarla ile ilgili olarak