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

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since 5951102 was 8dcf888, checked in by Thomas Klute <thomas2.klute@…>, 8 years ago

Rename test suite directory from t/ to test/

This is the same name Apache uses for the test directory.

  • 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.