I'm trying to use websockets on my website running on an apache2 (version 2.4.41) but since mod_proxy_wstunnel
module is only available on 2.4.5 I guess I need an upgrade.
I tried this
sudo add-apt-repository ppa:ondrej/apache2
sudo apt update
sudo apt upgrade
And then ran sudo apt-get install apache2
but no matter what I try it keeps saying apache2 is already the newest version (2.4.41-1ubuntu1).
Any chance I can upgrade to 2.4.5?