Disable Apache Module - Control Modules on Linux | Online Free DevTools by Hexmos
Disable Apache modules with a2dismod, a Linux command line tool. Easily manage web server configurations by enabling and disabling modules. Free online tool, no registration required.
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 {{[-q|--quiet]}} {{module}}