asyncioproxy-ticket
Last change
on this file since e5546be was
a6aa387,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Test suite: Update cache configuration, ensure unique cache paths
|
-
Property mode set to
100644
|
File size:
457 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[cf51bf9] | 2 | |
---|
[a6aa387] | 3 | GnuTLSCache ${DEFAULT_CACHE} |
---|
[cf51bf9] | 4 | |
---|
[3e04c0b] | 5 | <VirtualHost _default_:${TEST_PORT}> |
---|
[cf51bf9] | 6 | ServerName ${TEST_HOST} |
---|
| 7 | GnuTLSEnable On |
---|
| 8 | GnuTLSCertificateFile server/x509.pem |
---|
| 9 | GnuTLSKeyFile server/secret.key |
---|
| 10 | GnuTLSPriorities NORMAL |
---|
| 11 | </VirtualHost> |
---|
| 12 | |
---|
[3e04c0b] | 13 | <VirtualHost _default_:${TEST_PORT}> |
---|
[cf51bf9] | 14 | ServerName imposter.example |
---|
| 15 | GnuTLSEnable On |
---|
| 16 | GnuTLSCertificateFile imposter/x509.pem |
---|
| 17 | GnuTLSKeyFile imposter/secret.key |
---|
| 18 | GnuTLSPriorities NORMAL |
---|
| 19 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.