mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:42:08 +02:00
235 B
235 B
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}}