a2ensite - Enable Apache Virtual Hosts | Online Free DevTools by Hexmos
Enable Apache virtual hosts easily with a2ensite. Manage and control your website configurations on Debian-based systems. Free online tool, no registration required.
a2ensite
Enable an Apache virtual host on Debian-based OSes. More information: https://manned.org/a2ensite.8.
- Enable a virtual host:
sudo a2ensite {{virtual_host}}
- Don’t show informative messages:
sudo a2ensite {{[-q|--quiet]}} {{virtual_host}}