Apache common command on Linux Server (REL, OEL, Centos, Fedora)
systemctl stop httpd
systemctl start httpd
systemctl restart httpd
stop displaying non-configured website:
<VirtualHost *:80>
ServerName catchall
<Location />
Order allow,deny
Deny from all
</Location>
</VirtualHost>
