Answer
PROBLEM
Policies sometimes are not being applied when using WPAD.ENVIRONMENT
- GFI WebMonitor
- All supported environment
SOLUTION
- Browser to the main directy of GFI WebMonitor
- Find the file proxypac.pac and make a backup
- Open the file proxypac.pac with Notepad or another text editor
- Search the files for "GetStandardProxy()" function, then
- Locate the following line: return "PROXY %PROXY_IP%:%PROXY_PORT%; DIRECT";
- Change the above line to: return "PROXY %PROXY_IP%:%PROXY_PORT%";
- Save changes
- Restart the WebMonitor services
NOTE: Make sure client machines get the WPAD settings again (should happen anyway latest in couple of minutes by default).