Biorąc pod uwagę tę konfigurację:
NameVirtualHost *:80
Listen 80
<VirtualHost *:80>
ServerName default.example.com
</VirtualHost>
<VirtualHost *:80>
ServerName www.example.net
ServerAlias testy.example.net
</VirtualHost>
<VirtualHost *:80>
ServerName www.example.org
ServerAlias new.example.org
</VirtualHost>
Żądania dotyczące www. * Są obsługiwane zgodnie z oczekiwaniami, strona (y) stron .net i .org są dostarczane.
Jednak żądania dotyczące ServerAliases, new.example.org i testy.example.net, są wypełniane z default.example.com
To jest na Apache 2.2.22
/ usr / sbin / apache2 -f -S pokazuje tylko domyślne serwery ... więc kopanie, kopanie dalej