Introduction
When multiple websites or services run on the same server, the web server needs to know which site to show if a visitor does not specify a site name. Default server handling tells the web server which site to show by default when no specific site matches the visitor's request.
When you host multiple websites on one server and want to control which site visitors see if they use the server's IP address or an unknown domain.
When you want to avoid showing an error page if a visitor types a wrong or missing domain name.
When you want to provide a simple landing page or message for all unmatched requests.
When you want to improve security by not revealing other hosted sites when the domain is unknown.
When you want to log or track requests that do not match any configured site.