HTTP2 Support on Apache Xojo-Proxy

Hi,

some days ago we startet to rollout HTTP2 for some webcluster (no xojo-webapps) and it performed great.
Our xojo-web-apps are hosted on debian as standalone apps behind an apache proxy.
Sometimes we had crazy performance issues with these web-apps especially with mobile clients.
So I tried to find a way to get these apps to HTTP2.

As you can see in mod_proxy_http2 documentation:

I thought where will be no way to get that working without changing to nginx.
But I made a mistake, you can use mod_proxy to handle the backend-request to the webapp (with HTTP/1.1) and apache sends HTTP2 to the client.

I could realize a great performance enhancement.