The brute force way on a Virtualmin Apache2 server to get which server started isolation
Tip: Look for the symlink differences: comm -23 <(ls /etc/apache2/sites-available/ | sort) <(ls /etc/apache2/sites-enabled/ | sort) Tip 2: Disable all sites sudo a2dissite “*” sudo