From: Jeff Trawick
Date: Thu, 23 Oct 2014 01:08:16 +0000 (+0000)
Subject: add hint on discovering that OCSP Stapling cache is too small
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4679768a29c4d707f53dbc466443192cea8db7;p=thirdparty%2Fapache%2Fhttpd.git
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
---
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.