]> granicus.if.org Git - apache/commitdiff
make docs
authorJeff Trawick <trawick@apache.org>
Thu, 30 Oct 2014 14:24:01 +0000 (14:24 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 30 Oct 2014 14:24:01 +0000 (14:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1635511 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.html.en
docs/manual/ssl/ssl_howto.html.fr
docs/manual/ssl/ssl_howto.xml.fr
docs/manual/ssl/ssl_howto.xml.meta

index 6ff2cb020dadb0d7a7cec133b25627f447b17972..b62670cd917cb463aa037b39e027282926e94abc 100644 (file)
@@ -142,6 +142,30 @@ placed, such as in <code>conf/extra/httpd-ssl.conf</code> for normal
 open source builds of httpd, <code>/etc/apache2/mods-enabled/ssl.conf</code>
 for the Ubuntu or Debian-bundled httpd, etc.</p>
 
+<p>This particular <code class="directive">SSLStaplingCache</code> directive requires
+<code class="module"><a href="../mod/mod_socache_shmcb.html">mod_socache_shmcb</a></code> (from the <code>shmcb</code> prefix on the
+directive's argument).  This module is usually enabled already for
+<code class="directive">SSLSessionCache</code> or on behalf of some module other than
+<code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>.  If you enabled an SSL session cache using a 
+mechanism other than <code class="module"><a href="../mod/mod_socache_shmcb.html">mod_socache_shmcb</a></code>, use that alternative
+mechanism for <code class="directive">SSLStaplingCache</code> as well.  For example:</p>
+
+    <pre class="prettyprint lang-config">SSLSessionCache "dbm:ssl_scache"
+SSLStaplingCache "dbm:ssl_stapling"</pre>
+
+
+<p>You can use the openssl command-line program to verify that an OCSP response
+is sent by your server:</p>
+
+<pre>$ openssl s_client -connect www.example.com:443 -status -servername www.example.com
+...
+OCSP response: 
+======================================
+OCSP Response Data:
+    OCSP Response Status: successful (0x0)
+    Response Type: Basic OCSP Response
+...</pre>
+
 <p>The following sections highlight the most common situations which require
 further modification to the configuration.  Refer also to the 
 <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> reference manual.</p>
index 7d3ca5f21fa68cd0b6011ad404c5e99af5551ea1..3dd89d2a64562f9c8292bdedf6938a495fb13d66 100644 (file)
@@ -24,6 +24,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/ssl/ssl_howto.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/ssl/ssl_howto.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 
 <p>Ce document doit vous permettre de démarrer et de faire fonctionner
index e7a1fcc4455128b5b92bbbbd119690533c35fe79..ce75606d397243ac1328c13d8c06cc30792bfdac 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1633793 -->
+<!-- English Revision: 1633793:1635510 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b7c021fd9a846155de9e4307c9b5cb16dc41d03f..8d9a5237f4e3c8c6c0595f8985d873cc613ed26d 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>