asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 9e56602 was
3e04c0b,
checked in by Thomas Klute <thomas2.klute@…>, 5 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:
330 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[adb7135] | 2 | |
---|
| 3 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 4 | |
---|
[3e04c0b] | 5 | <VirtualHost _default_:${TEST_PORT}> |
---|
[adb7135] | 6 | ServerName ${TEST_HOST} |
---|
| 7 | GnuTLSEnable On |
---|
| 8 | GnuTLSCertificateFile server/x509.pem |
---|
| 9 | GnuTLSKeyFile server/secret.key |
---|
| 10 | GnuTLSPriorities NORMAL |
---|
| 11 | GnuTLSClientCAFile authority/x509.pem |
---|
| 12 | GnuTLSClientVerify require |
---|
| 13 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.