You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/11/18 00:33:26 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ssl.xml mod_ssl.html.en

rbowen      2002/11/17 15:33:26

  Modified:    docs/manual/mod mod_ssl.xml mod_ssl.html.en
  Log:
  Submitted by: Mads Toftum
  Reviewed by:	Rich Bowen
  Just getting rid of a reference to EAPI that shouldn't be there.
  
  Revision  Changes    Path
  1.10      +1 -2      httpd-2.0/docs/manual/mod/mod_ssl.xml
  
  Index: mod_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_ssl.xml	5 Nov 2002 18:09:08 -0000	1.9
  +++ mod_ssl.xml	17 Nov 2002 23:33:26 -0000	1.10
  @@ -348,8 +348,7 @@
       in size) inside a shared memory segment in RAM (established via
       <code>/path/to/datafile</code>) to synchronize the local OpenSSL memory
       caches of the server processes. This storage type is not available on all
  -    platforms. See the mod_ssl <code>INSTALL</code> document for details on
  -    how to build Apache+EAPI with shared memory support.</p></li>
  +    platforms.</p></li>
   </ul>
   <example><title>Examples</title>
   SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data<br />
  
  
  
  1.15      +1 -2      httpd-2.0/docs/manual/mod/mod_ssl.html.en
  
  Index: mod_ssl.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.html.en,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_ssl.html.en	5 Nov 2002 19:05:22 -0000	1.14
  +++ mod_ssl.html.en	17 Nov 2002 23:33:26 -0000	1.15
  @@ -1190,8 +1190,7 @@
       in size) inside a shared memory segment in RAM (established via
       <code>/path/to/datafile</code>) to synchronize the local OpenSSL memory
       caches of the server processes. This storage type is not available on all
  -    platforms. See the mod_ssl <code>INSTALL</code> document for details on
  -    how to build Apache+EAPI with shared memory support.</p></li>
  +    platforms.</p></li>
   </ul>
   <div class="example"><h3>Examples</h3><p><code>
   SSLSessionCache dbm:/usr/local/apache/logs/ssl_gcache_data<br />