asyncioproxy-ticket
Last change
on this file since e5546be was
f674424,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
First prototype of proxy ALPN support
The current code assumes that the "proxy-request-alpn-protos"
connection note will always contain exactly one protocol if present,
which is what mod_proxy_http2 does.
|
-
Property mode set to
100644
|
File size:
530 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | Include ${srcdir}/proxy_mods.conf |
---|
3 | |
---|
4 | LoadModule proxy_http2_module ${AP_LIBEXECDIR}/mod_proxy_http2.so |
---|
5 | |
---|
6 | GnuTLSCache ${DEFAULT_CACHE} |
---|
7 | |
---|
8 | <VirtualHost _default_:${TEST_PORT}> |
---|
9 | ServerName ${TEST_HOST} |
---|
10 | GnuTLSEnable On |
---|
11 | GnuTLSCertificateFile server/x509.pem |
---|
12 | GnuTLSKeyFile server/secret.key |
---|
13 | |
---|
14 | GnuTLSProxyEngine On |
---|
15 | GnuTLSProxyCAFile authority/x509.pem |
---|
16 | ProxyPass /proxy/ h2://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
17 | ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
18 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.