asynciodebian/masterproxy-ticket
Last change
on this file since 20c3f7b was
20c3f7b,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Expect test for vhost check to pass
|
-
Property mode set to
100644
|
File size:
502 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | Include ${srcdir}/cgi_module.conf |
---|
3 | |
---|
4 | GnuTLSCache ${DEFAULT_CACHE} |
---|
5 | |
---|
6 | <VirtualHost _default_:${TEST_PORT}> |
---|
7 | ServerName vhost.example.com |
---|
8 | GnuTLSEnable On |
---|
9 | GnuTLSCertificateFile server/x509.pem |
---|
10 | GnuTLSKeyFile server/secret.key |
---|
11 | |
---|
12 | <Directory ${srcdir}/data> |
---|
13 | Options +ExecCGI |
---|
14 | </Directory> |
---|
15 | </VirtualHost> |
---|
16 | |
---|
17 | <VirtualHost _default_:${TEST_PORT}> |
---|
18 | ServerName ${TEST_HOST} |
---|
19 | GnuTLSEnable On |
---|
20 | GnuTLSCertificateFile server/x509.pem |
---|
21 | GnuTLSKeyFile server/secret.key |
---|
22 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.