source: mod_gnutls/test/tests/16_view-status/apache.conf @ a6aa387

asynciodebian/mastermainproxy-ticket
Last change on this file since a6aa387 was a6aa387, checked in by Fiona Klute <fiona.klute@…>, 5 years ago

Test suite: Update cache configuration, ensure unique cache paths

  • Property mode set to 100644
File size: 392 bytes
Line 
1Include ${srcdir}/base_apache.conf
2
3LoadModule      status_module   ${AP_LIBEXECDIR}/mod_status.so
4<Location /status>
5    SetHandler server-status
6</Location>
7ExtendedStatus On
8
9GnuTLSCache ${DEFAULT_CACHE}
10
11<VirtualHost _default_:${TEST_PORT}>
12 ServerName ${TEST_HOST}
13 GnuTLSEnable On
14 GnuTLSCertificateFile server/x509.pem
15 GnuTLSKeyFile server/secret.key
16 GnuTLSPriorities NORMAL
17</VirtualHost>
Note: See TracBrowser for help on using the repository browser.