Author Topic: Zentyal 5.0.10 + wpad  (Read 1430 times)

whilcor

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Zentyal 5.0.10 + wpad
« on: November 09, 2017, 09:31:35 pm »
Good afternoon, I am totally new in this world of zentyal and wpad ... at present I want to make such configuration .. I have the version of zentyal 5.0.10.

I have a question about where to lodge or create the file wpad.dat on the server so that from the client I am downloaded .. I have seen several configurations of the file, I would like to know what depends and which one is correct.

The location where you create the file on the server is / var / www / and when ready
it just shows me html and wpad.dat (file that creates) with the following parameters:

function FindProxyForURL (url, host)
{
if (isPlainHostName (host))
  return "DIRECT";
else
  return "Proxy 192.168.100.1:3128";
}

when I try to test from a client host by placing the address 192.168.100.1/wpad.dat to download the file it does nothing.

if someone can help me ..
Regards!