[squid-users] diverting port 80 traffic based on keywords

2005-07-17 Thread Linux Query
Hi ! I have dsl PPPoE + Satellite Downlink What I want is: Only DNS traffic and WebPages should come back to me through PPPoE link whereas all other traffic including port 80 downloads like mp3 wav etc should come back through satellite link. Can anybody kindly give me some idea about how to

Re: [squid-users] diverting port 80 traffic based on keywords

2005-07-18 Thread Linux Query
> acl DOWNLOAD urlpath_regex -i \.avi$ \.wav$ \.zip$ > \.mp[e]g$ > > There is plenty of examples discussed by users in > the mailing list. > Search for more. > > -- > Regards. > Abu Khaled > Thanks. Is there any way we can mark the packets with squid so as to be able to use it with the MARK

[squid-users] using squid only for delay_pools

2004-09-20 Thread Linux Query
Hi Everybody! I just joined this list. I am quite new to linux and networking. I am using squid only for the delay_pool feature to limit bandwidth of client PCs depending on keywords such as .exe .mp3 ...etc. My LInux router is celeron - 733 with 256 MB RAM. I shall be grateful if you can sen

RE: [squid-users] using squid only for delay_pools

2004-09-21 Thread Linux Query
Thanks! But I do have the no_cache deny all directive in my squid.conf However I am looking for the most optimum configuration with minimum overheads for a delay_pool only setup since squid seems to slow down a bit and often has to be restarted. Should I have the directives like always_direc

Re: [squid-users] RE: using squid only for delay_pools

2004-09-21 Thread Linux Query
Hi Adam! Thank you! regards, Jim. --- Adam Aube <[EMAIL PROTECTED]> wrote: > > Should I have the directives like > always_direct allow all--- > > This is only used in heirarchies of caches and is > not needed in this case. > > > log_icp_query off--- > > Better to just disable ICP b