Traefik Http2 and apache2 http2

Hi,

Sorry if it's a stupid question...

Do i need to active apache 2 "mod_http2" if traefik already use it ?

I'm missing something !

Thanks

Can you rephrase your question? You want to use http2? On entrypoint to receive requests or while forwarding requests to the target service? I would expect that it is enabled by default.

My website is behind an apache2 web server.
Before i installed Traefik, i used http2 from apache "mod_http2".
Now Http2 is enabled by traefik and everything is working fine.

My question is : do i need to enbled apache "mod_http2" too in a traefik context ?

Thanks