Enable an Apache module on Debian-based OSes. More information: https://manpages.debian.org/buster/apache2/a2enmod.8.en.html.
sudo a2enmod {{module}}
sudo a2enmod --quiet {{module}}