From: Ruediger Pluem Date: Wed, 27 Jan 2016 16:14:51 +0000 (+0000) Subject: * Change entry and documentation for SSLOCSPProxyURL X-Git-Tag: 2.5.0-alpha~2262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b437e505cb9fa998a85ba771b9f704c7e17bb1b7;p=thirdparty%2Fapache%2Fhttpd.git * Change entry and documentation for SSLOCSPProxyURL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727111 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a900c71698a..fb4f1daa5f7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_ssl: Add SSLOCSPProxyURL to add the possibility to do all queries + to OCSP responders through a HTTP proxy. [Ruediger Pluem] + *) mod_http2: idle connections are returned to async mpms. new hook "pre_close_connection" used to send GOAWAY frame when not already done. Setting event mpm server config "by hand" for the main connection to diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 553197dc79b..809d2ecd7d2 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2346,6 +2346,20 @@ Responder), this option should be turned off.

+ +SSLOCSPProxyURL +Proxy URL to use for OCSP requests +SSLOCSPProxyURL url +server config +virtual host +Available in httpd 2.5 and later + + +

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

+
+
+ SSLInsecureRenegotiation Option to enable support for insecure renegotiation