Include ${srcdir}/base_apache.conf Include ${srcdir}/proxy_mods.conf LoadModule proxy_http2_module ${AP_LIBEXECDIR}/mod_proxy_http2.so GnuTLSCache ${DEFAULT_CACHE} ServerName ${TEST_HOST} GnuTLSEnable On GnuTLSCertificateFile authority/server/x509.pem GnuTLSKeyFile authority/server/secret.key GnuTLSProxyEngine On GnuTLSProxyCAFile authority/x509.pem ProxyPass /proxy/ h2://${BACKEND_HOST}:${BACKEND_PORT}/ ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/