asynciodebian/masterproxy-ticket
Last change
on this file since de3fad3 was
359f009,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Add test for vhost check
Expected to fail right now. The test demonstrates the problem and will
verify the implementation.
|
-
Property mode set to
100644
|
File size:
502 bytes
|
Rev | Line | |
---|
[359f009] | 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 ${TEST_HOST} |
---|
| 8 | GnuTLSEnable On |
---|
| 9 | GnuTLSCertificateFile server/x509.pem |
---|
| 10 | GnuTLSKeyFile server/secret.key |
---|
| 11 | </VirtualHost> |
---|
| 12 | |
---|
| 13 | <VirtualHost _default_:${TEST_PORT}> |
---|
| 14 | ServerName vhost.example.com |
---|
| 15 | GnuTLSEnable On |
---|
| 16 | GnuTLSCertificateFile server/x509.pem |
---|
| 17 | GnuTLSKeyFile server/secret.key |
---|
| 18 | |
---|
| 19 | <Directory ${srcdir}/data> |
---|
| 20 | Options +ExecCGI |
---|
| 21 | </Directory> |
---|
| 22 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.