2.2B1
I am trying to automate the proxy scripts but the proxy.pac is not working

It works just fine on another system with an Apace server.
I am testing it with just the basic

function FindProxyForURL(url, host)
{

return "PROXY 192.168.3.1:8080"; 

}
I have the automatic scripts set in firefox (and explorer 7) set to:
http://192.168.3.1/wpad.dat  (also tried http://192.168.3.1/proxy.pac)
works fine with the same script but having firefox/IE set to
http://192.168.3.3/wpad.dat

I also added to the httpd.conf file
AddType application/x-ns-proxy-autoconfig .pac
and tried
AddType application/x-ns-proxy-autoconfig .dat

It still does not work from the Endian firewall but works fine from another
apache server.






-- 
View this message in context: 
http://www.nabble.com/proxy.pac-tf4914533.html#a14067926
Sent from the efw-user mailing list archive at Nabble.com.


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to