source: mod_gnutls/test/tests/03_cachetimeout_in_vhost/apache.conf

main
Last change on this file was e080eef, checked in by Fiona Klute <fiona.klute@…>, 3 years ago

Use default priorities in tests that don't require specific ones

Setting GnuTLSPriorities in all tests is a relic of the time when it
didn't have a default value, and is not needed anymore, except for
tests that specifically test priority configuration.

  • Property mode set to 100644
File size: 276 bytes
Line 
1Include ${srcdir}/base_apache.conf
2GnuTLSCache ${DEFAULT_CACHE}
3
4<VirtualHost _default_:${TEST_PORT}>
5 GnuTLSCacheTimeout 200
6 ServerName ${TEST_HOST}
7 GnuTLSEnable On
8 GnuTLSCertificateFile  authority/server/x509.pem
9 GnuTLSKeyFile          authority/server/secret.key
10</VirtualHost>
Note: See TracBrowser for help on using the repository browser.