Hi,

I need to redirect all the requests to another proxy, running on Windows 2003.
I want to receive all the requests, filtering and forwarding to the other proxy,
which is connected to the internet.
(squid Linux (professor:8080) � proxy Windows 2003 (server:8080) � Web)

My squid.conf:

visible_hostname professor

cache_log /var/log/squid/cache.log
cache_access_log /var/log/squid/access.log
cache_mem 8 MB

http_port 8080
icp_port 0
cache_peer server parent 8080 0 no-query no-digest default
acl all src 0.0.0.0/0
never_direct allow all

http_access allow all


Thanks.




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Reply via email to