- Timestamp:
- Jan 29, 2013, 3:41:38 PM (10 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 2b76a9c
- Parents:
- dab7a25
- git-author:
- Daniel Kahn Gillmor <dkg@…> (01/25/13 06:05:28)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (01/29/13 15:41:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/mod_gnutls_manual-0.1.html
rdab7a25 r303dc6e 120 120 GnuTLSCacheTimeout <i>seconds</i><br /> 121 121 <h5>Default:</h5> 122 GnuTLSCache gdbm "conf/gnutls_cache"<br />122 GnuTLSCacheTimeout 300<br /> 123 123 <h5>Context:</h5> 124 124 global config<br /> 125 125 </div> 126 126 <p>Sets the timeout for SSL Session Cache entries expiration.<br /> 127 This directive is valid even if Session Tickets are used, and indicates the expiration time of the ticket .</p>127 This directive is valid even if Session Tickets are used, and indicates the expiration time of the ticket in seconds.</p> 128 128 <h4>GnuTLSSessionTickets</h4> 129 129 <div class="directive"> … … 411 411 <p> 412 412 mod_gnutls can also use 'Server Name Indication', as specified in RFC 3546.<br /> 413 This allows hosting many SSL Websites, with a Single IP Address. M<br />413 This allows hosting many SSL Websites, with a Single IP Address.<br /> 414 414 Currently all the recent browsers support this standard.<br /> 415 415 Here is an example, using SNI:<br />
Note: See TracChangeset
for help on using the changeset viewer.