Summary
When using Google Maps, you cannot zoom, click on map point, and put a pin.
Details
You encounter this issue due to how IWSVA interprets the Accept-Encoding HTTP header. One of its parameters is set in a way that the content is accepted in identity format only and not in gzip format. The Google Maps has contents in gzip format, thus, you encounter issues navigating the website.
To resolve the issue, modify the "disallow_gzip_encoding" parameter:
- Log in to the IWSVA server using SSH as the "root" user.
- Edit the /etc/iscan/intscan.ini file.
- Look for the "disallow_gzip_encoding" parameter.
- Change its value to “no”.
The parameter should look like this:disallow_gzip_encoding=no - Restart IWSVA HTTP services using the following commands:
# /etc/iscan/S99ISproxystop
# /etc/iscan/S99ISproxy start