mirror of https://github.com/CrimsonTome/tldr.git
267 B
267 B
a2dismod
Disable an Apache module on Debian-based OSes. More information: https://manpages.debian.org/latest/apache2/a2dismod.8.en.html.
- Disable a module:
sudo a2dismod {{module}}
- Don't show informative messages:
sudo a2dismod --quiet {{module}}