Enable/Disable an apache2 site on Debian
a2ensite mysite # ‘mysite’ refers to /etc/apache2/sites-available/mysite # This creates the symbolic link between configuration files in /etc/apache2/sites-available and /etc/apache2/sites-enabled a2dissite mysite # disable the… Read More »Enable/Disable an apache2 site on Debian