From 5d7d8c16cd2a6a9b923301e2eb4047fd5490ef8f Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 27 Oct 2014 23:22:57 +0000 Subject: [PATCH] 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 --- 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 87c99ce3e1..246b3dd741 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 -- 2.40.0