source: mod_gnutls/test/tests/28_HTTP2_support/apache.conf @ d50dac5

asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Last change on this file since d50dac5 was d50dac5, checked in by Fiona Klute <fiona.klute@…>, 5 years ago

New test case for HTTP/2 support

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