---------------------------- Original Message ---------------------------- Subject: Squid Proxy Server Problems From: admin@xxxxxxxxxxxxx Date: Thu, July 9, 2009 5:14 pm To: squid-users@xxxxxxxxxxxxxxx -------------------------------------------------------------------------- Hi, Im using debian etch 4.0. I runing Squid Proxy Server on my dedicated server. Because of first time i installing it. Im confiusing why when im try it on browser it re-direct back to my website. IP: 77.92.87.175 Port: 3128 Thanks and appreciate! --------------------------------------------------------- [root@unixguru] null $ cat /etc/squid/squid.conf | sed '/ *#/d; /^ *$/d' acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 acl purge method PURGE acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access allow purge localhost http_access deny purge http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost http_access deny all http_reply_access allow all icp_access allow all coredump_dir /var/cache/squid never_direct allow Safe_ports http_port 3128 cache_peer 192.168.0.1 parent 3128 3130 header_access via allow all header_access from allow all forwarded_for off access_log /var/log/squid/access_log_v3 cache_access_log /var/log/squid/cache_acces_log_v3 cache_mem 64 MB [root@unixguru] null $