From: Jeff Trawick Date: Mon, 27 Oct 2014 23:18:16 +0000 (+0000) Subject: Remove commented-out SSLStaplingForceURL at global scope. X-Git-Tag: 2.5.0-alpha~3748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be3648977267dc4a7646ea8a0bef4f0b95428154;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index 7110341f608..f5d5e507d53 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