diff options
author | Jeff Trawick <trawick@apache.org> | 2014-10-28 00:18:16 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2014-10-28 00:18:16 +0100 |
commit | be3648977267dc4a7646ea8a0bef4f0b95428154 (patch) | |
tree | 462ba0b02e600e6a3dae99b6c10fa7a7ce748f75 /docs/conf | |
parent | When using EBCDIC encoding, HTTPS through ProxyPass and ProxyRemote doesn't (diff) | |
download | apache2-be3648977267dc4a7646ea8a0bef4f0b95428154.tar.xz apache2-be3648977267dc4a7646ea8a0bef4f0b95428154.zip |
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
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/extra/httpd-ssl.conf.in | 3 |
1 files changed, 0 insertions, 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 |