Changeset a939015 in mod_gnutls for test/tests/28_HTTP2_support/apache.conf
- Timestamp:
- Nov 6, 2018, 2:58:56 PM (4 years ago)
- Branches:
- asyncio, debian/master, main, master, proxy-ticket
- Children:
- 0bed0a0
- Parents:
- 64470ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/28_HTTP2_support/apache.conf
r64470ce ra939015 9 9 </Location> 10 10 11 <IfDefine EXPECT_EARLY_SNI> 12 # Different ALPN settings on the same port work only with early SNI 13 <VirtualHost _default_:${TEST_PORT}> 14 # No "Protocols" directive, HTTP/1.1 only 15 ServerName vhost.example.com 16 GnuTLSEnable On 17 GnuTLSCertificateFile server/x509.pem 18 GnuTLSKeyFile server/secret.key 19 GnuTLSPriorities NORMAL 20 </VirtualHost> 21 </IfDefine> 22 11 23 <VirtualHost _default_:${TEST_PORT}> 12 24 Protocols h2 http/1.1
Note: See TracChangeset
for help on using the changeset viewer.