You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2010/04/09 12:15:37 UTC

[Httpd Wiki] Trivial Update of "SSLSessionCache" by SpiceMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "SSLSessionCache" page has been changed by SpiceMan.
The comment on this change is: literals fixed.
http://wiki.apache.org/httpd/SSLSessionCache?action=diff&rev1=7&rev2=8

--------------------------------------------------

  == SSLSessionCache ==
  If the following error is encountered in the error.log file:
  
+ {{{
- {{{[warn] Init: Session Cache is not configured [hint: SSLSessionCache]
+ [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
  }}}
  
  This usually points to a distro breaking up SSL directives from the base SSL virtual host configuration. The default SSL configuration shipped with apache.org's Apache package contains these SSL configurations along with a base virtual host configuration.
  
  Make sure that your SSL configuration file gets loaded before your virtual host configuration file and contains a line that looks like:
  
+ {{{
- {{{SSLSessionCache        shmcb:/some/example/path/ssl_scache(512000)
+ SSLSessionCache        shmcb:/some/example/path/ssl_scache(512000)
  }}}
  
  For confirmation, use http://localhost/server-status to check the cache status.
  
  Output should be similar to the following:
+ {{{
- {{{SSL/TLS Session Cache Status: <<BR>> 
+ SSL/TLS Session Cache Status: <<BR>> 
  cache type: SHMCB, shared memory: 512000 bytes, current sessions: 1[[BR]]
  sub-caches: 32, indexes per sub-cache: 133[[BR]]
  time left on oldest entries' SSL sessions: avg: 297 seconds, (range: 297...297)[[BR]]