Changeset c22af3a in mod_gnutls for doc


Ignore:
Timestamp:
Dec 9, 2016, 6:51:35 PM (6 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
677754f
Parents:
251edfe
git-author:
Thomas Klute <thomas2.klute@…> (12/09/16 18:32:43)
git-committer:
Thomas Klute <thomas2.klute@…> (12/09/16 18:51:35)
Message:

Handbook: List Berkeley DB and GDBM as equal options for DBM caches

Some major Linux distributions do not provide APR libraries with GDBM
support, so it doesn't really make sense to list it as
"recommended". Debian only VERY recently enabled it in unstable [1].

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843206

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/mod_gnutls_manual.mdwn

    r251edfe rc22af3a  
    7979This could be shared between machines of different architectures. If a
    8080DBM cache is used, access is serialized using the `gnutls-cache`
    81 mutex.
     81mutex. Which DBM types are available is part of the APR (Apache
     82Portable Runtime) compile time configuration.
    8283
    8384`dbm` (Requires Berkeley DBM)
    84 :   Uses the default Berkeley DB backend of APR DBM to cache TLS
    85     Session data. The argument is a relative or absolute path to
    86     be used as the DBM Cache file. This is compatible with most
    87     operating systems, but needs the Apache Runtime to be compiled
    88     with Berkeley DBM support.
    89 
    90 `gdbm`
     85:   Uses the Berkeley DB backend of APR DBM to cache TLS Session
     86        data.
     87
     88        The argument is a relative or absolute path to be used as
     89    the DBM Cache file. This is compatible with most operating
     90    systems.
     91
     92`gdbm` (Requires GDBM)
    9193:   Uses the GDBM backend of APR DBM to cache TLS Session data.
    9294
    93     The argument is a relative or absolute path to be used as the DBM Cache
    94     file.  This is the recommended option.
     95    The argument is a relative or absolute path to be used as the DBM
     96    Cache file.
    9597
    9698`memcache`
Note: See TracChangeset for help on using the changeset viewer.