Ubuntu apache2 windows10 I want adress server/adress

Solution 1:

A virtualhost of 192.168.56.212/test.com is not valid. Vhosts should be a FQDN, e.g. example.org.

To configure multiple names, you would somehow have to configure a working name resolution scheme.

Alternatively you can configure IP based hosting, where Apache listens to multiple IP's and decides what content to serve based on IP. In that case the ServerName doesn't affect content.