Changeset c22af3a in mod_gnutls for doc/mod_gnutls_manual.mdwn
- Timestamp:
- Dec 9, 2016, 6:51:35 PM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.mdwn
r251edfe rc22af3a 79 79 This could be shared between machines of different architectures. If a 80 80 DBM cache is used, access is serialized using the `gnutls-cache` 81 mutex. 81 mutex. Which DBM types are available is part of the APR (Apache 82 Portable Runtime) compile time configuration. 82 83 83 84 `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) 91 93 : Uses the GDBM backend of APR DBM to cache TLS Session data. 92 94 93 The argument is a relative or absolute path to be used as the DBM Cache94 file. This is the recommended option.95 The argument is a relative or absolute path to be used as the DBM 96 Cache file. 95 97 96 98 `memcache`
Note: See TracChangeset
for help on using the changeset viewer.