Sorry to put a windoze question on a linux newsgroup, but theres a small
chance that there's a problem with my proxy server setup.
I have been running ie6 through a squid proxy server with an ip address
192.168.2.33 and port 3128. I have created a configuration script called
proxy.pac on the proxy server (squid) that reads as follows:
function FindProxyForURL(url, host)
{
if (isInNet(host, "192.168.2.0", "255.255.255.0") || shExpMatch(host,
"127.0.0.1") || shExpMatch(host, "localhost") || shExpMatch(host,
"192.168.2.1"))
{
return "DIRECT";
}
else
{
return "PROXY 192.168.2.33:3128";
}
}
I have this set up under the "Automatic configuration" box as
http://192.168.2.33/proxy.pac and it has been working without a hitch until
recently. Now when I try to browse the www I get a "not found" message.
When I log in as another user, or browse the www from another computer it
works fine with the proxy config script. I can also get it work by setting
the "Proxy settings" box as Address 192.168.2.33, Port 3128.
I assume that the problem is with my ie configuration, rather than my proxy,
but I'd be interested in any suggestions.
Can anybody help?
Received on Wed Jun 04 2003 - 04:40:44 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:17:14 MST