1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 21:55:24 +02:00
tldr/pages/linux/a2enmod.md
2025-06-28 14:04:09 +03:00

238 B

a2enmod

Enable an Apache module on Debian-based OSes. More information: https://manned.org/a2enmod.8.

  • Enable a module:

sudo a2enmod {{module}}

  • Don't show informative messages:

sudo a2enmod {{[-q|--quiet]}} {{module}}