From be3648977267dc4a7646ea8a0bef4f0b95428154 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 27 Oct 2014 23:18:16 +0000 Subject: [PATCH] Remove commented-out SSLStaplingForceURL at global scope. Global or not, its use is specialized and those that need it won't need a sample, and others may be confused. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1634736 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/extra/httpd-ssl.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index 7110341f60..f5d5e507d5 100644 --- a/docs/conf/extra/httpd-ssl.conf.in +++ b/docs/conf/extra/httpd-ssl.conf.in @@ -89,9 +89,6 @@ SSLSessionCacheTimeout 300 # the size may need to be increased. (AH01929 will be logged.) #SSLStaplingCache "shmcb:ssl_stapling(32768)" -# Override the OCSP responder URL specified in the certificate -#SSLStaplingForceURL http://ocsp.example.com/ - # Seconds before valid OCSP responses are expired from the cache #SSLStaplingStandardCacheTimeout 3600 -- 2.40.0