HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
modulecommanda2enmoddebiancliapachebasedenable
linux

Problem

How to use the a2enmod command: Enable an Apache module on Debian-based OSes. More information: <https://manned.org/a2enmod>.

Solution

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

Enable a module:
sudo a2enmod {{module}}


Don't show informative messages:
sudo a2enmod {{[-q|--quiet]}} {{module}}

Code Snippets

Enable a module

sudo a2enmod {{module}}

Don't show informative messages

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

Context

tldr-pages: linux/a2enmod

Revisions (0)

No revisions yet.