asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-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:
332 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache dbm cache/gnutls_cache |
---|
4 | |
---|
5 | GnuTLSP11Module /usr/lib/softhsm/libsofthsm.so |
---|
6 | |
---|
7 | <VirtualHost _default_:${TEST_PORT}> |
---|
8 | ServerName ${TEST_HOST} |
---|
9 | GnuTLSEnable On |
---|
10 | GnuTLSCertificateFile ${P11_CERT_URL} |
---|
11 | GnuTLSKeyFile ${P11_KEY_URL} |
---|
12 | GnuTLSPIN ${P11_PIN} |
---|
13 | GnuTLSPriorities NORMAL |
---|
14 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.