apache2 - Specifying the VirtualHost to serve up when there is no DNS Name sent in the HTTP Headers? -
in apache 2 how 1 specify (virtualhost?) served when no dns name set in http headers of request?
the apache2 documentation says when virtualhost
...
is first in configuration file, has highest priority , can seen default or primary server.
so, first 1 answer requests not explicitly match virtualhost
through servername
directive or separate ip.
Comments
Post a Comment