debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since 819445c was
819445c,
checked in by Daniel Kahn Gillmor <dkg@…>, 8 years ago
|
initial packaging of mod-gnutls 0.5.10
|
-
Property mode set to
100644
|
File size:
522 bytes
|
Line | |
---|
1 | <IfModule mod_gnutls.c> |
---|
2 | |
---|
3 | # The default method is to use a DBM backed cache. It's not super fast, but |
---|
4 | # it's portable and doesn't require another server to be running like |
---|
5 | # memcached |
---|
6 | GnuTLSCache dbm /var/cache/apache2/gnutls_cache |
---|
7 | |
---|
8 | # mod_gnutls can optionaly use a memcached server to store SSL sessions. |
---|
9 | # This is useful in a cluster environment, where you want all your servers to |
---|
10 | # share a single SSL session cache |
---|
11 | #GnuTLSCache memcache "127.0.0.1 server2.example.com server3.example.com" |
---|
12 | |
---|
13 | </IfModule> |
---|
Note: See
TracBrowser
for help on using the repository browser.