Hi,
I 'm getting these error messages constantly in my cache.log file:
2000/10/12 00:26:00| urlParse: Illegal character in hostname
'sr-deu-proxy01.force.de:8080sr-deu-proxy01.force.de'
It's clear that this is no valid hostname. It contains the ":"
I 'm not sure but I guess it belongs to my "auto.proxy" file which is used by
all Netscape and Internet explorer users in our intranet:
function FindProxyForURL(url, host)
{
if(isInNet(host,"192.168.0.0","255.255.0.0"))
return "DIRECT";
if(isInNet(host,"10.254.0.0","255.255.0.0"))
return "DIRECT";
if(isInNet(host,"172.30.0.0","255.255.0.0"))
return "DIRECT";
return "PROXY sr-deu-proxy01.force.de:8080";
}
But after searching on the Netscape site I found that this auto.proxy scripts is
correct.
What can I do to get rid of these error messages?
Uwe
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Thu Oct 12 2000 - 02:15:47 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:44 MST