IT for operating businesses
Using the a2enmod Command
Enable an Apache module on Debian-based OSes. More information: <https://manned.org/a2enmod>.
- Enable a module:
sudo a2enmod *module*
- Don’t show informative messages:
sudo a2enmod *[-q|--quiet]* *module*
This content is compiled from the open-source tldr-pages project under the MIT license.