asynciodebian/masterproxy-ticket
Last change
on this file since 14a6f41 was
de1ceab,
checked in by Fiona Klute <fiona.klute@…>, 5 years ago
|
Replace internal cache implementation with mod_socache
Massively simplifies mod_gnutls code, and using mod_socache_shmcb will
allow for extremely simple cache setup (no configuration needed as
long as the module is available, not implemented yet).
|
-
Property mode set to
100644
|
File size:
276 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache dbm:cache/gnutls_cache_${TEST_NAME} |
---|
4 | |
---|
5 | <VirtualHost _default_:${TEST_PORT}> |
---|
6 | ServerName ${TEST_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile server/x509.pem |
---|
9 | GnuTLSKeyFile server/secret.key |
---|
10 | GnuTLSPriorities NORMAL |
---|
11 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.