apache/enable-mod

Enable Module

Enable an Apache module

configuration
module

Command

sudo a2enmod rewrite

Explanation

Creates symbolic link to enable an Apache module.

Examples

Enable rewrite module

sudo a2enmod rewrite

Enable SSL module

sudo a2enmod ssl