source: mod_gnutls/test/tests/08_verify_no_sni_fallback_to_first_vhost/apache.conf @ 33af2b7

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

Test suite: Add tests to "dist" target and support VPATH builds

Supporting VPATH builds requires using $srcdir to find non-generated
data rather than fixed relative paths. If test are not called through
the make system, local defaults must be used. Not changing directories
during tests any more makes this easier.

A few files (e.g. templates, generated CRL) have been moved around to
better match the new structure.

  • Property mode set to 100644
File size: 506 bytes
Line 
1Include ${srcdir}/base_apache.conf
2
3GnuTLSCache dbm cache/gnutls_cache
4
5NameVirtualHost ${TEST_IP}:${TEST_PORT}
6
7<VirtualHost ${TEST_IP}:${TEST_PORT}>
8 ServerName ${TEST_HOST}
9 GnuTLSEnable On
10 GnuTLSCertificateFile server/x509.pem
11 GnuTLSKeyFile server/secret.key
12 GnuTLSPriorities NORMAL
13</VirtualHost>
14
15<VirtualHost ${TEST_IP}:${TEST_PORT}>
16 ServerName imposter.example
17 GnuTLSEnable On
18 GnuTLSCertificateFile imposter/x509.pem
19 GnuTLSKeyFile imposter/secret.key
20 GnuTLSPriorities NORMAL
21</VirtualHost>
Note: See TracBrowser for help on using the repository browser.