From: Luca Toscano Date: Fri, 3 Feb 2017 17:29:37 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha~701 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=195d89f2af26cc4e291828668433dcbde4c7b5ca;p=thirdparty%2Fapache%2Fhttpd.git Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781581 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 115cb0fc9c7..19b8ccda12b 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 8bf02b341f8..6b6568282c1 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 45236a2dc07..def8cc2b1e9 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_proxy_fcgi.xml.meta b/docs/manual/mod/mod_proxy_fcgi.xml.meta index 6b7f40e7157..2b5ea83e0e5 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml.meta +++ b/docs/manual/mod/mod_proxy_fcgi.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index afdcba70e73..4fb0074e205 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -26,7 +26,8 @@

Apache Module mod_ssl

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -72,8 +73,10 @@ to provide the cryptography engine.

  • SSLInsecureRenegotiation
  • SSLOCSPDefaultResponder
  • SSLOCSPEnable
  • +
  • SSLOCSPNoverify
  • SSLOCSPOverrideResponder
  • SSLOCSPProxyURL
  • +
  • SSLOCSPResponderCertificateFile
  • SSLOCSPResponderTimeout
  • SSLOCSPResponseMaxAge
  • SSLOCSPResponseTimeSkew
  • @@ -1091,6 +1094,21 @@ SSLOCSPDefaultResponder http://responder.example.com:8888/responder SSLOCSPOverrideResponder on + +
    top
    +
    Description:Strong cryptography using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols
    + + + + + + + +
    Description:skip the OCSP responder certificates verification
    Syntax:SSLOCSPNoverify On/Off
    Default:SSLOCSPNoverify Off
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    Compatibility:Available in httpd 2.5 and later, if using OpenSSL 0.9.7 or later
    +

    Skip the OCSP responder certificates verification, mostly useful when +testing an OCSP server.

    +
    top

    SSLOCSPOverrideResponder Directive

    @@ -1120,6 +1138,23 @@ certificate being validated references an OCSP responder.

    This option allows to set the URL of a HTTP proxy that should be used for all queries to OCSP responders.

    +
    +
    top
    +

    SSLOCSPResponderCertificateFile Directive

    + + + + + + + +
    Description:Set of trusted PEM encoded OCSP responder certificates
    Syntax:SSLOCSPResponderCertificateFile file
    Context:server config, virtual host
    Status:Extension
    Module:mod_ssl
    Compatibility:Available in httpd 2.5 and later, if using OpenSSL 0.9.7 or later
    +

    This supplies a list of trusted OCSP responder certificates to be used +during OCSP responder certificate validation. The supplied certificates are +implicitly trusted without any further validation. This is typically used +where the OCSP responder certificate is self signed or omitted from the OCSP +response.

    +
    top

    SSLOCSPResponderTimeout Directive

    @@ -2706,7 +2741,8 @@ known to the server (i.e. the CA's certificate is under
    -

    Available Languages:  en 

    +

    Available Languages:  en  | + fr 

    top

    Comments

    Notice:
    This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.