Changeset 303dc6e in mod_gnutls for docs


Ignore:
Timestamp:
Jan 29, 2013, 3:41:38 PM (10 years ago)
Author:
Daniel Kahn Gillmor <dkg@…>
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)
Message:

manual cleanup and clarification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/mod_gnutls_manual-0.1.html

    rdab7a25 r303dc6e  
    120120                GnuTLSCacheTimeout <i>seconds</i><br />
    121121                <h5>Default:</h5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    122                 GnuTLSCache gdbm "conf/gnutls_cache"<br />
     122                GnuTLSCacheTimeout 300<br />
    123123                <h5>Context:</h5>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    124124                global config<br />
    125125            </div>   
    126126            <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>
    128128            <h4>GnuTLSSessionTickets</h4>
    129129            <div class="directive">
     
    411411            <p>
    412412            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 />
    414414            Currently all the recent browsers support this standard.<br />
    415415            Here is an example, using SNI:<br />
Note: See TracChangeset for help on using the changeset viewer.