source: mod_gnutls/t/tests/03_cachetimeout_in_vhost/apache.conf @ 480aba1

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Last change on this file since 480aba1 was 0367e02, checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago

test to ensure that cache directives are only global

  • Property mode set to 100644
File size: 299 bytes
Line 
1Include ${PWD}/../../base_apache.conf
2
3<VirtualHost ${TEST_IP}:${TEST_PORT}>
4 # Cache configuration not allowed in here:
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.