Forrest logo
back to context overview

a2enmod

List of commands for a2enmod:

  • a2enmod:ai:9d419 Enables the rewrite module for Apache in Linux
    $ a2enmod rewrite
    try on your machine
    explain this command
  • apache:module:enable Enable an Apache2 module.
    $ sudo a2enmod ${module}
    try on your machine
    explain this command
  • apache:module:enable:https Enable SSL module in Apache and restart Apache service
    $ a2enmod ssl && systemctl restart apache2
    try on your machine
    explain this command
  • apache:module:enable:quiet Enable an Apache2 module without informative messages.
    $ sudo a2enmod --quiet ${module}
    try on your machine
    explain this command
back to context overview