You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/10/28 00:22:57 UTC

svn commit: r1634737 - in /httpd/httpd/branches/2.4.x: ./ docs/conf/extra/httpd-ssl.conf.in

Author: trawick
Date: Mon Oct 27 23:22:57 2014
New Revision: 1634737

URL: http://svn.apache.org/r1634737
Log:
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.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/docs/conf/extra/httpd-ssl.conf.in

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1634736

Modified: httpd/httpd/branches/2.4.x/docs/conf/extra/httpd-ssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/conf/extra/httpd-ssl.conf.in?rev=1634737&r1=1634736&r2=1634737&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/conf/extra/httpd-ssl.conf.in (original)
+++ httpd/httpd/branches/2.4.x/docs/conf/extra/httpd-ssl.conf.in Mon Oct 27 23:22:57 2014
@@ -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