The issue occurs because IWSVA overwrites the Host header in the HTTP request with the IP or FQDN of the web server configured in IWSVA.
To resolve the issue, configure IWSVA not to overwrite the Host header:
- Open the /etc/iscan/intscan.ini configuration file of IWSVA and set “ProxyPreserveHost" to "yes".
This prevents the proxy from overwriting the Host header of requests before forwarding them to the original server. This is useful when the original server supports virtual hosts. - In the deployment wizard, configure the protected server IP as the unique IP address of the actual web server.
- Configure the A record of the hostnames of the virtual websites to be the IWSVA IP address in DNS.
IWSVA will then support the deployment for virtual hosting with a single server IP.