asynciodebian/masterproxy-ticket
Last change
on this file since de1ceab was
de1ceab,
checked in by Fiona Klute <fiona.klute@…>, 3 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:
336 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | GnuTLSCache shmcb:cache/gnutls_cache_${TEST_NAME} |
---|
3 | |
---|
4 | <VirtualHost _default_:${TEST_PORT}> |
---|
5 | ServerName ${TEST_HOST} |
---|
6 | GnuTLSEnable On |
---|
7 | GnuTLSOCSPStapling On |
---|
8 | GnuTLSOCSPCacheTimeout 60 |
---|
9 | GnuTLSCertificateFile server/x509-chain.pem |
---|
10 | GnuTLSKeyFile server/secret.key |
---|
11 | GnuTLSPriorities NORMAL |
---|
12 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.