1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 16:59:47 +01:00
tldr/pages/linux/a2dismod.md

13 lines
235 B
Markdown
Raw Normal View History

# a2dismod
> Disable an Apache module on Debian-based OSes.
> More information: <https://manned.org/a2dismod.8>.
- Disable a module:
`sudo a2dismod {{module}}`
- Don't show informative messages:
`sudo a2dismod --quiet {{module}}`