source:
mod_gnutls/test/tests/05_mismatched-priorities/apache.conf
@
5c7e570
Last change on this file since 5c7e570 was c825c3a, checked in by , 20 months ago | |
---|---|
|
|
File size: 291 bytes |
Rev | Line | |
---|---|---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
[c5bf40b] | 2 | |
[a6aa387] | 3 | GnuTLSCache ${DEFAULT_CACHE} |
[c5bf40b] | 4 | |
[3e04c0b] | 5 | <VirtualHost _default_:${TEST_PORT}> |
[c5bf40b] | 6 | ServerName ${TEST_HOST} |
7 | GnuTLSEnable On | |
[c825c3a] | 8 | GnuTLSCertificateFile authority/server/x509.pem |
9 | GnuTLSKeyFile authority/server/secret.key | |
[c5bf40b] | 10 | GnuTLSPriorities NORMAL:-VERS-SSL3.0 |
11 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.