Forrest logo
back to context overview

a2ensite

List of commands for a2ensite:

  • apache:site:enable Enable a virtual host for an Apache2 web server
    $ sudo a2ensite ${virtual_host}
    try on your machine
    explain this command
  • apache:site:enable:quiet Don't show informative messages while enabling an Apache2 site
    $ sudo a2ensite --quiet ${virtual_host}
    try on your machine
    explain this command
back to context overview