Changeset 444e6ed in mod_gnutls
- Timestamp:
- Oct 29, 2016, 7:00:04 PM (4 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 0cd8f3d
- Parents:
- ef107fd
- git-author:
- Thomas Klute <thomas2.klute@…> (10/29/16 18:55:57)
- git-committer:
- Thomas Klute <thomas2.klute@…> (10/29/16 19:00:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.mdwn
ref107fd r444e6ed 83 83 `dbm` (Requires Berkeley DBM) 84 84 : Uses the default Berkeley DB backend of APR DBM to cache TLS 85 Session s results.The argument is a relative or absolute path to85 Session data. The argument is a relative or absolute path to 86 86 be used as the DBM Cache file. This is compatible with most 87 87 operating systems, but needs the Apache Runtime to be compiled … … 89 89 90 90 `gdbm` 91 : Uses the GDBM backend of APR DBM to cache TLS Session s results.91 : Uses the GDBM backend of APR DBM to cache TLS Session data. 92 92 93 93 The argument is a relative or absolute path to be used as the DBM Cache … … 95 95 96 96 `memcache` 97 : Uses a memcached server to cache the TLS Session.97 : Uses memcached server(s) to cache TLS Session data. 98 98 99 99 The argument is a space separated list of servers. If no port … … 118 118 Context: server config 119 119 120 Sets the timeout for TLS Session Cache entries expiration. This121 directive is valid even if Session Tickets are used, and indicates the 122 expiration time of the ticket in seconds.120 Sets the timeout for TLS Session Cache entries expiration. This value 121 is also used for OCSP responses if they do not contain a `nextUpdate` 122 time. 123 123 124 124 ### GnuTLSSessionTickets … … 131 131 Context: server config, virtual host 132 132 133 To avoid storing data for TLS session resumption it is allowed to134 provide client with a ticket, to use on return. Tickets are an133 To avoid storing data for TLS session resumption the server can 134 provide clients with tickets, to use on return. Tickets are an 135 135 alternative to using a session cache, mostly used for busy servers 136 136 with limited storage. For a pool of servers this option is not
Note: See TracChangeset
for help on using the changeset viewer.