--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # a2enmod > Enable an Apache module on Debian-based OSes. > More information: . - Enable a module: `sudo a2enmod {{module}}` - Don't show informative messages: `sudo a2enmod --quiet {{module}}`