]> granicus.if.org Git - apache/commitdiff
* Change entry and documentation for SSLOCSPProxyURL
authorRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2016 16:14:51 +0000 (16:14 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2016 16:14:51 +0000 (16:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727111 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/mod/mod_ssl.xml

diff --git a/CHANGES b/CHANGES
index a900c71698a11f0d36774a309475f038d8a81194..fb4f1daa5f7a746677c56823f34a79dbeb9beda6 100644 (file)
--- 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
index 553197dc79b17be19053975aaaf8a57813c57ed6..809d2ecd7d22eb3c5e3ac561d758c1447aaa706d 100644 (file)
@@ -2346,6 +2346,20 @@ Responder), this option should be turned <code>off</code>.</p>
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>SSLOCSPProxyURL</name>
+<description>Proxy URL to use for OCSP requests</description>
+<syntax>SSLOCSPProxyURL <em>url</em></syntax>
+<contextlist><context>server config</context>
+<context>virtual host</context></contextlist>
+<compatibility>Available in httpd 2.5 and later</compatibility>
+
+<usage>
+<p>This option allows to set the URL of a HTTP proxy that should be used for
+all queries to OCSP responders.</p>
+</usage>
+</directivesynopsis>
+
 <directivesynopsis>
 <name>SSLInsecureRenegotiation</name>
 <description>Option to enable support for insecure renegotiation</description>