asynciodebian/masterproxy-ticket
Last change
on this file since 56c722f was
26ae700,
checked in by Thomas Klute <thomas2.klute@…>, 4 years ago
|
Test suite: Remove NameVirtualHost? directives
According to the Apache HTTPD documentation the NameVirtualHost?
directive has no effect since version 2.3.11. Support for HTTPD
versions before 2.4 has been removed, so this directive needlessly
caused deprecation warnings.
|
-
Property mode set to
100644
|
File size:
532 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[f9eab65] | 2 | |
---|
| 3 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 4 | |
---|
| 5 | # In this order, clients with no SNI should get the imposter's key |
---|
| 6 | |
---|
[3e04c0b] | 7 | <VirtualHost _default_:${TEST_PORT}> |
---|
[f9eab65] | 8 | ServerName imposter.example |
---|
| 9 | GnuTLSEnable On |
---|
| 10 | GnuTLSCertificateFile imposter/x509.pem |
---|
| 11 | GnuTLSKeyFile imposter/secret.key |
---|
| 12 | GnuTLSPriorities NORMAL |
---|
| 13 | </VirtualHost> |
---|
| 14 | |
---|
[3e04c0b] | 15 | <VirtualHost _default_:${TEST_PORT}> |
---|
[f9eab65] | 16 | ServerName ${TEST_HOST} |
---|
| 17 | GnuTLSEnable On |
---|
| 18 | GnuTLSCertificateFile server/x509.pem |
---|
| 19 | GnuTLSKeyFile server/secret.key |
---|
| 20 | GnuTLSPriorities NORMAL |
---|
| 21 | </VirtualHost> |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.