IT for operating businesses
Using the a2dissite Command
Disable an Apache virtual host on Debian-based OSes. More information: <https://manned.org/a2dissite>.
- Disable a virtual host:
sudo a2dissite *virtual_host*
- Don’t show informative messages:
sudo a2dissite *[-q|--quiet]* *virtual_host*
This content is compiled from the open-source tldr-pages project under the MIT license.