<?php exec('sudo a2dissite 000-default.conf'); exec('sudo a2ensite 001-recovery.conf'); exec('sudo systemctl reload apache2'); echo "REBOOTED." ?>