Script proxy.pac gives proxy server details to the Browser. So in case of
proxy details changing, user need not do changes, but will get from the
script.
What exact this script does ?
--kunal
>Subject: [LIH]Automatic proxy setting script
>
>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
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help