Synopsis
ServerAlias name1 name2 name3
...
Virtual host
ServerAlias
gives a list of alternate names
matching the current virtual host. If a request uses HTTP 1.1, it
arrives with Host:
server
in
the header and can match ServerName
,
ServerAlias
, or the VirtualHost
name.