asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 3e04c0b was
3e04c0b,
checked in by Thomas Klute <thomas2.klute@…>, 7 years ago
|
Test suite: Don't restrict IP addresses of virtual hosts
The IP addresses the servers started by the test suite listen on are
already restricted by the "Listen" statement in test/base_apache.conf,
so restricting individual virtual hosts only makes changes to those
addresses unnecessarily complicated.
|
-
Property mode set to
100644
|
File size:
503 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[cf51bf9] | 2 | |
---|
| 3 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 4 | |
---|
[3e04c0b] | 5 | NameVirtualHost _default_:${TEST_PORT} |
---|
[cf51bf9] | 6 | |
---|
[3e04c0b] | 7 | <VirtualHost _default_:${TEST_PORT}> |
---|
[cf51bf9] | 8 | ServerName ${TEST_HOST} |
---|
| 9 | GnuTLSEnable On |
---|
| 10 | GnuTLSCertificateFile server/x509.pem |
---|
| 11 | GnuTLSKeyFile server/secret.key |
---|
| 12 | GnuTLSPriorities NORMAL |
---|
| 13 | </VirtualHost> |
---|
| 14 | |
---|
[3e04c0b] | 15 | <VirtualHost _default_:${TEST_PORT}> |
---|
[cf51bf9] | 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.