IT for operating businesses

Using the a2ensite Command

Enable an Apache virtual host on Debian-based OSes. More information: <https://manned.org/a2ensite>.

  • Enable a virtual host:

sudo a2ensite *virtual_host*

  • Don’t show informative messages:

sudo a2ensite *[-q|--quiet]* *virtual_host*


This content is compiled from the open-source tldr-pages project under the MIT license.