asyncioproxy-ticket
Last change
on this file since c825c3a was
c825c3a,
checked in by Fiona Klute <fiona.klute@…>, 20 months ago
|
Test suite: Move directory for server identity into authority directory
|
-
Property mode set to
100644
|
File size:
542 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}> |
---|
[20c3f7b] | 7 | ServerName vhost.example.com |
---|
[359f009] | 8 | GnuTLSEnable On |
---|
[c825c3a] | 9 | GnuTLSCertificateFile authority/server/x509.pem |
---|
| 10 | GnuTLSKeyFile authority/server/secret.key |
---|
[20c3f7b] | 11 | |
---|
| 12 | <Directory ${srcdir}/data> |
---|
| 13 | Options +ExecCGI |
---|
| 14 | </Directory> |
---|
[359f009] | 15 | </VirtualHost> |
---|
| 16 | |
---|
| 17 | <VirtualHost _default_:${TEST_PORT}> |
---|
[20c3f7b] | 18 | ServerName ${TEST_HOST} |
---|
[359f009] | 19 | GnuTLSEnable On |
---|
[c825c3a] | 20 | GnuTLSCertificateFile authority/server/x509.pem |
---|
| 21 | GnuTLSKeyFile authority/server/secret.key |
---|
[359f009] | 22 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.