Hello All,
I am trying to setup autoconfig proxt setup script. From documants, I have
done following, but it seems that it is not working. Proxy is Squid and Web
server is Apache.
1. Created a file proxy.pac in ServerRot directory i.e. /etc/httpd as below
function FindProxyForURL(url,host)
{
if(isPlainHostName(host))
return "DIRECT";
else
return "PROXY 192.168.19.20:80";
}
2. Edited httpd.conf file to add following line
AddType application/x-ns-autoconfig .pac
Ravi
3. Changed browser (Internet Explorer) for autoconfig proxy setting script.
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help