mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
267 B
267 B
a2dismod
Disable an Apache module on Debian-based OSes. More information: https://manpages.debian.org/buster/apache2/a2dismod.8.en.html.
- Disable a module:
sudo a2dismod {{module}}
- Don't show informative messages:
sudo a2dismod --quiet {{module}}