mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
236 B
236 B
a2enmod
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}}