Enable Apache Modules - a2enmod Command | Online Free DevTools by Hexmos

Enable Apache modules easily with the a2enmod command. Manage Apache configurations and activate necessary modules for your web server. Free online tool, no registration required.

a2enmod

Enable an Apache module on Debian-based OSes. More information: https://manned.org/a2enmod.8.

  • Enable a module:

sudo a2enmod {{module}}

  • Don’t show informative messages:

sudo a2enmod {{[-q|--quiet]}} {{module}}