From b437e505cb9fa998a85ba771b9f704c7e17bb1b7 Mon Sep 17 00:00:00 2001
From: Ruediger Pluem
Date: Wed, 27 Jan 2016 16:14:51 +0000
Subject: [PATCH] * Change entry and documentation for SSLOCSPProxyURL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727111 13f79535-47bb-0310-9956-ffa450edef68
---
CHANGES | 3 +++
docs/manual/mod/mod_ssl.xml | 14 ++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/CHANGES b/CHANGES
index a900c71698..fb4f1daa5f 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 553197dc79..809d2ecd7d 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
--
2.49.0