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

asynciodebian/mastermainproxy-ticket
Last change on this file since 6c5c2ec was 3e04c0b, checked in by Thomas Klute <thomas2.klute@…>, 7 years ago

Test suite: Don't restrict IP addresses of virtual hosts

The IP addresses the servers started by the test suite listen on are
already restricted by the "Listen" statement in test/base_apache.conf,
so restricting individual virtual hosts only makes changes to those
addresses unnecessarily complicated.

  • Property mode set to 100644
File size: 398 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 dbm cache/gnutls_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.