asynciodebian/masterproxy-ticket
Last change
on this file since f674424 was
f674424,
checked in by Fiona Klute <fiona.klute@…>, 4 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
100755
|
File size:
193 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | for mod in mod_http2.so mod_proxy_http2.so; do |
---|
3 | if [ ! -r "${AP_LIBEXECDIR}/${mod}" ]; then |
---|
4 | echo "${mod} not found, skipping." 2>&1 |
---|
5 | exit 77 |
---|
6 | fi |
---|
7 | done |
---|
8 | ${srcdir}/runtests t-34 |
---|
Note: See
TracBrowser
for help on using the repository browser.