logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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}}

return

See Also