Hi, I have a couple of questions really bugging me about squid proxy. Basically we've got a bunch of squid proxys running behind a firewall here at school. Everything is basically working fine. Web browsing ok, except for a few weird things. Below I"ve posted my squid.conf I can't for example, go to yahoo.com's email site and upload an attachment greater than around 500k or so. But when bypassing the proxy it works flawlessly??? Its got me really confused why it only works up to a certain point. I'm new to playing with linux and squid, but am loving it bigtime. It just never goes down. :-) Thankgod. But this problem is annoying, so if anyone has any thoughts on this, it would be much appreciated.
Regards. Braden append_domain .gotafe.vic.edu.au http_port 8080 icp_port 0 ftp_user [EMAIL PROTECTED] ftp_list_width 64 ftp_passive on ftp_sanitycheck on cache_dir ufs /var/spool/squid 15000 16 256 cache_peer 172.20.1.4 parent 8080 0 no-query default login=goit:goit acl gotafe dstdomain www.gotafe.vic.edu.au acl TafeVCwww1 dst 203.89.239.90/255.255.255.255 acl items url_regex -i mmssetup.exe dlsetup_neonapster.exe morph20.exe # setup to not cache local intranet addresses acl all src 0.0.0.0/0.0.0.0 acl intranet dst 172.21.2.13/255.255.255.255 #Apparently doesn't cache anything on the local intranet never_direct deny gotafe #Accesses the local intranet directly and not via the parent cache. always_direct allow intranet http_access deny items http_access allow all never_direct allow all ##################################################################################### Note: This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. GOULBURN OVENS INSTITUTE OF TAFE and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. Thank You. ##################################################################################### ##################################################################################### This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal For more information please visit www.marshalsoftware.com #####################################################################################
