I have installed http2 module to try it. now I want to disable it. I installed it with :
a2enmod http2
and I added this line to my vhost :
Protocols h1 http/1.1
to disable it I removed the line in the vhost file and used :
a2dismod http2
when i look to /mods-enabled/ I don't see it any more. I restarted apache2
but, when I do requests to my site, i still see http2 requests: https://i.sstatic.net/1l5YK.jpg
any idea of why this happens ?