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:
452 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[7813802] | 2 | Include ${srcdir}/cgi_module.conf |
---|
[6ef3afc] | 3 | |
---|
| 4 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 5 | |
---|
[33af2b7] | 6 | <Directory ${srcdir}/data> |
---|
[dee490f] | 7 | Options +ExecCGI |
---|
| 8 | </Directory> |
---|
| 9 | |
---|
[3e04c0b] | 10 | <VirtualHost _default_:${TEST_PORT}> |
---|
[6ef3afc] | 11 | ServerName ${TEST_HOST} |
---|
| 12 | GnuTLSEnable On |
---|
| 13 | GnuTLSCertificateFile server/x509.pem |
---|
| 14 | GnuTLSKeyFile server/secret.key |
---|
| 15 | GnuTLSPriorities NORMAL |
---|
| 16 | GnuTLSClientCAFile authority/x509.pem |
---|
| 17 | GnuTLSClientVerify request |
---|
[74212ee] | 18 | GnuTLSExportCertificates On |
---|
[6ef3afc] | 19 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.