[squid-users] Filter sites containing keywords (not by url)

2009-05-25 Thread michael hiatt
Hi guys, Just wondering if its possible using squid (preference to not using any other plugins), to block sites that contain keywords I would place in a file. I have used url_regex to filter the urls that contain keywords, I want to actually test the contents of the page being loaded (the

Re: [squid-users] Blocked Domains help :(

2009-05-25 Thread IBT
Hi, I am still working on this strange error with my groups and permissions. I think I found something. now i just have to work out how to resolve it... 2009/05/25 18:08:02| logfileClose: closing log c:/squid/var/logs/store.log 2009/05/25 18:08:02| logfileClose: closing log

[squid-users] how to redirect HEAD method to url redirect program

2009-05-25 Thread johan firdianto
usually, url redirect program read GET and POST request method. I capture the request url, no head method is redirected to the program. How to redirect HEAD method to url redirect program ? Thanks. Johan

Re: [squid-users] how to redirect HEAD method to url redirect program

2009-05-25 Thread Amos Jeffries
johan firdianto wrote: usually, url redirect program read GET and POST request method. I capture the request url, no head method is redirected to the program. How to redirect HEAD method to url redirect program ? Thanks. Johan With what version of Squid? All requests which have URL should get

Re: [squid-users] Filter sites containing keywords (not by url)

2009-05-25 Thread Leonardo Rodrigues
michael hiatt escreveu: Hi guys, Just wondering if its possible using squid (preference to not using any other plugins), to block sites that contain keywords I would place in a file. I have used url_regex to filter the urls that contain keywords, I want to actually test the contents of the

Re: [squid-users] Filter sites containing keywords (not by url)

2009-05-25 Thread Amos Jeffries
Leonardo Rodrigues wrote: michael hiatt escreveu: Hi guys, Just wondering if its possible using squid (preference to not using any other plugins), to block sites that contain keywords I would place in a file. I have used url_regex to filter the urls that contain keywords, I want to

Re: [squid-users] Blocked Domains help :(

2009-05-25 Thread Philipp Rusch - New Vision-IT
IBT schrieb: Hi, I am still working on this strange error with my groups and permissions. I think I found something. now i just have to work out how to resolve it... 2009/05/25 18:08:02| logfileClose: closing log c:/squid/var/logs/store.log 2009/05/25 18:08:02| logfileClose: closing log

[squid-users] MAC + IP Combined ACL - WIll it work???

2009-05-25 Thread Truth Seeker
Dear Pro's, I am implementing a squid proxy based on MAC address based authetication with squid 3.0 Stable + CentOS 5.2. I would like to know whether i could configure in such a way that squid will allow access only if both the MAC address and IP address pair matches. For example; if user

Re: [squid-users] MAC + IP Combined ACL - WIll it work???

2009-05-25 Thread Amos Jeffries
Truth Seeker wrote: Dear Pro's, I am implementing a squid proxy based on MAC address based authetication with squid 3.0 Stable + CentOS 5.2. I would like to know whether i could configure in such a way that squid will allow access only if both the MAC address and IP address pair matches.

Re: [squid-users] MAC + IP Combined ACL - WIll it work???

2009-05-25 Thread Truth Seeker
Dear Amos, Thanks for your quick reply... I am not talking about a single user actually. There will be around 150 to 200 users. If i config the following (i didnt find any other way from my understanding); acl users_mac arp /list-of-mac acl users_ip ip /list-of-ip acl target_acl

[squid-users] RE: reverse proxy problem

2009-05-25 Thread Bas van den Dikkenberg
Hello, I have build squid reverse proxy, for an web application called topdesk.. At first I get starting page but when I login I get some error's Can some one please help and tell me what is going wrong ?? See log and config files below: Squid is version squid-2.7.STABLE6 is running on

[squid-users] Running Squid 3.1.0.7 without disk cache

2009-05-25 Thread Silamael
Hello, Is there a possibility to run Squid without using a disk cache? Former versions had the null module for storeio which could be used for that. Now there is no such null module. Thanks in advance! -- Matthias

[squid-users] Re: Hot Objects suddenly decrease

2009-05-25 Thread Juca!!!
Hi guys, could someone help me? I think its a bug! Tks Best Regards On Thu, May 21, 2009 at 1:42 AM, Juca!!! yur...@gmail.com wrote: Hi guys, could someone help me indentify  this problem, i use squid2.6-stable20, and suddenly my  Hot Objetcs in Mem Cache decreases , it was storing 160k

RE: [squid-users] Re: Hot Objects suddenly decrease

2009-05-25 Thread 원태환
Hi, I found the same problem in squid 2.6.21, too. I guess that the problem would be caused by max object size in memory. The parameter is likely not to work in some situation. In the next month, if I have some time, I'm going to trace it. If somebody already fixed the problem, please let me

Re: [squid-users] bandwidht control with delay_pools

2009-05-25 Thread Leonardo Carneiro
Hi Dayo and others, The documentation you sended was very useful. Is there a way to allow a user to use the full bandwidth when avaible, but try to assure a minimum bandwidth when lots of users are using the link. For example, with a 1Mb link. When user A is downloading a file, it uses the

[squid-users] HTTP_OK handling of CONNECT access via cache_peer_access

2009-05-25 Thread Mikio Kishi
Hi, all In CONNECT case via cache_peer_access, the %03Hs(LFT_HTTP_CODE) in access.log always shows 000. I guess the following line is needed in tunnel.cc#tunnelProxyConnected() *tunnelState-status_ptr = HTTP_OK; What do you think? - Environment squid-3.1.0.7 Sincerely, -- Mikio Kishi

Re: [squid-users] MAC + IP Combined ACL - WIll it work???

2009-05-25 Thread Amos Jeffries
Dear Amos, Thanks for your quick reply... I am not talking about a single user actually. There will be around 150 to 200 users. If i config the following (i didnt find any other way from my understanding); acl users_mac arp /list-of-mac acl users_ip ip /list-of-ip acl target_acl

RE: [squid-users] Re: Hot Objects suddenly decrease

2009-05-25 Thread Amos Jeffries
Hi, I found the same problem in squid 2.6.21, too. I guess that the problem would be caused by max object size in memory. The parameter is likely not to work in some situation. In the next month, if I have some time, I'm going to trace it. If somebody already fixed the problem, please let

Re: [squid-users] RE: reverse proxy problem

2009-05-25 Thread Amos Jeffries
Hello, I have build squid reverse proxy, for an web application called topdesk.. At first I get starting page but when I login I get some error's Can some one please help and tell me what is going wrong ?? See log and config files below: Squid is version squid-2.7.STABLE6 is running