From: Jeff Trawick Date: Mon, 27 Oct 2014 23:22:57 +0000 (+0000) Subject: Merge r1634736 from trunk: X-Git-Tag: 2.4.11~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d7d8c16cd2a6a9b923301e2eb4047fd5490ef8f;p=thirdparty%2Fapache%2Fhttpd.git Merge r1634736 from trunk: 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/branches/2.4.x@1634737 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index 87c99ce3e12..246b3dd7417 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:@exp_runtimedir@/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