From 7c4679768a29c4d707f53dbc466443192cea8db7 Mon Sep 17 00:00:00 2001
From: Jeff Trawick
Date: Thu, 23 Oct 2014 01:08:16 +0000
Subject: [PATCH] add hint on discovering that OCSP Stapling cache is too small
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633731 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/ssl/ssl_howto.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml
index 92153790116..3c45b59c5f6 100644
--- a/docs/manual/ssl/ssl_howto.xml
+++ b/docs/manual/ssl/ssl_howto.xml
@@ -153,7 +153,8 @@ further modification to the configuration. Refer also to the
are typically a few hundred to a few thousand bytes in size, mod_ssl
supports OCSP responses up to around 10K bytes in size. With more than a
few certificates, the stapling cache size (32768 bytes in the example above)
-may need to be increased.
+may need to be increased. Error message AH01929 will be logged in case of
+an error storing a response.