
a2enmod
List of commands for a2enmod:
-
a2enmod:ai:9d419 Enables the rewrite module for Apache in Linux$ a2enmod rewritetry on your machineexplain this command
-
apache:module:enable Enable an Apache2 module.$ sudo a2enmod ${module}try on your machineexplain this command
-
apache:module:enable:https Enable SSL module in Apache and restart Apache service$ a2enmod ssl && systemctl restart apache2try on your machineexplain this command
-
apache:module:enable:quiet Enable an Apache2 module without informative messages.$ sudo a2enmod --quiet ${module}try on your machineexplain this command