Re: [squid-users] detect 'youtube.com' url

2014-10-01 Thread Squid
Hi Team, We have go with following commands in the squid configuration for blocking particular sites(youtube.com) and also blocking keywords. Blocking both the website and keyword. # ACL block sites acl blocksites dstdomain .youtube.com # ACL block keywords acl blockkeywords url_regex -i .y

Re: [squid-users] detect 'youtube.com' url

2014-10-01 Thread Squid
Spam detection software, running on the system "master.squid-cache.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content p

Re: [squid-users] detect 'youtube.com' url

2014-10-01 Thread Visolve Squid
Spam detection software, running on the system "master.squid-cache.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content p

Re: [squid-users] detect 'youtube.com' url

2014-10-01 Thread E.S. Rosenberg
acl dstdomain .youtube.com will match all visits to youtube, it will not detect youtube in the path but your regex won't either. 2014-10-01 11:10 GMT+03:00 Riccardo Castellani : > I need to detect every client request (http/s) which contains the url > 'youtube. > com' so i thought to use acl url_

[squid-users] detect 'youtube.com' url

2014-10-01 Thread Riccardo Castellani
I need to detect every client request (http/s) which contains the url 'youtube. com' so i thought to use acl url_regex expression. What do you think about it ? acl url_regex -i ^(http|https):\/\/*.youtube\.com*. ___ squid-users mailing list squid-users