From 6647764e3bb36223f0d9ea1b45441dfe63befb82 Mon Sep 17 00:00:00 2001
From: Stefan Eissing
Caveat: there will be no attemp to consolidate multiple HTTP/1.1 +
Caveat: there will be no attempt to consolidate multiple HTTP/1.1
frontend requests (configured to be proxied to the same backend)
into HTTP/2 streams belonging to the same HTTP/2 request.
Each HTTP/1.1 frontend request will be proxied to the backend using
@@ -116,4 +116,17 @@ ProxyPassReverse "/app" "http://app.example.com"
+ The module does not support the HTTP/2 feature PUSH. Backend servers
+ that would like to advertise preload resources should send the appropriate
+ If available, they may do so using the Link
headers."103 Early Hints"
+ intermediate responses as specified in
+ RFC 8297. This will give
+ the best performance. If the client is talking HTTP/2 as well, this may
+ then result in a PUSH from Apache to the client or just in forwarding
+ the 103 response.