asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Last change
on this file since 97d7c63 was
26ae700,
checked in by Thomas Klute <thomas2.klute@…>, 6 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:
463 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache dbm cache/gnutls_cache |
---|
4 | |
---|
5 | <VirtualHost _default_:${TEST_PORT}> |
---|
6 | ServerName ${TEST_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile server/x509.pem |
---|
9 | GnuTLSKeyFile server/secret.key |
---|
10 | GnuTLSPriorities NORMAL |
---|
11 | </VirtualHost> |
---|
12 | |
---|
13 | <VirtualHost _default_:${TEST_PORT}> |
---|
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.