source:
mod_gnutls/test/tests/16_view-status/apache.conf
@
c825c3a
Last change on this file since c825c3a was c825c3a, checked in by , 20 months ago | |
---|---|
|
|
File size: 413 bytes |
Rev | Line | |
---|---|---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
[9717fe4] | 2 | |
[7813802] | 3 | LoadModule status_module ${AP_LIBEXECDIR}/mod_status.so |
[9717fe4] | 4 | <Location /status> |
5 | SetHandler server-status | |
6 | </Location> | |
7 | ExtendedStatus On | |
8 | ||
[a6aa387] | 9 | GnuTLSCache ${DEFAULT_CACHE} |
[9717fe4] | 10 | |
[3e04c0b] | 11 | <VirtualHost _default_:${TEST_PORT}> |
[9717fe4] | 12 | ServerName ${TEST_HOST} |
13 | GnuTLSEnable On | |
[c825c3a] | 14 | GnuTLSCertificateFile authority/server/x509.pem |
15 | GnuTLSKeyFile authority/server/secret.key | |
[9717fe4] | 16 | GnuTLSPriorities NORMAL |
17 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.