Files
cheatsheet-tldr/tldr/linux/a2enmod
2025-12-01 00:25:28 +00:00

18 lines
328 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`