Re: PAC debugging

2006-10-04 Thread Daniel Daboul
On 10/4/06, Aharon Schkolnik <[EMAIL PROTECTED]> wrote: I am trying to set up a PAC (proxy auto-configuration) file. I have not had any success, so I am trying to debug. I have created a file called p2.pac with the following content: function FindProxyForURL(url, host) { alert("Hello"); } N

Re: PAC debugging

2006-10-04 Thread Gil Freund
Is the mime type defined in the http server? application/x-ns-proxy-autoconfig pac On 10/4/06, Aharon Schkolnik <[EMAIL PROTECTED]> wrote: Hi. I am trying to set up a PAC (proxy auto-configuration) file. I have not had any success, so I am trying to debug. I have created a file

PAC debugging

2006-10-04 Thread Aharon Schkolnik
Hi. I am trying to set up a PAC (proxy auto-configuration) file. I have not had any success, so I am trying to debug. I have created a file called p2.pac with the following content: function FindProxyForURL(url, host) { alert("Hello"); } and put it in /var/www/html I have defined in konque