Hi people,
I had some problems disabling squid. This is how i solved it:
Disable squid:
/sbin/e-smith/config setprop squid status disabled
Created the directory:
/etc/e-smith/templates-custom/etc/httpd/conf/proxy/proxy.pac
In this directory create the file:
90proxyDefault
This file should have the following contents:
return "DIRECT";
Execute the following linux command:
/sbin/e-smith/expand-template /etc/httpd/conf/proxy/proxy.pac
Now you can reboot the server, but that's not all.
Take you MSIE (or other browser), and remove all cache files. Close *ALL* explorer windows, also those are not on the internet. Wait for the server to restarted. Now you can browse the internet without the squid transparant proxy.
Regards,
Richard Dols