asynciodebian/masterproxy-ticket
Last change
on this file since f52f1b4 was
f52f1b4,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Allow GnuTLSCacheTimeout in virtual host config
I'm not sure if anyone needs this, but it simplifies timeout
configuration handling and is certainly not a bad thing.
|
-
Property mode set to
100644
|
File size:
301 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | GnuTLSCache shmcb:cache/gnutls_cache_${TEST_NAME} |
---|
3 | |
---|
4 | <VirtualHost _default_:${TEST_PORT}> |
---|
5 | GnuTLSCacheTimeout 200 |
---|
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.