I was really doing something wrong with the url_regex. It is now fixed and working. But, I am still not getting the proxy avoid access being blocked. Ex. www.megaproxy.com The users don´t have http and https access. It is only possible via squid. When I try a url with the megaproxy.com the only entry that appears on the squid access.log is vip.megaproxy.com:443, not the real url that I am accessing. Any ideas ? Thanks, Fabio Baptista. -----Mensagem original----- De: Squidrunner [mailto:runnersupport@xxxxxxxxx] Enviada em: quarta-feira, 21 de setembro de 2005 13:52 Para: Fabio Gomes Baptista; squid-users@xxxxxxxxxxxxxxx Assunto: Re: Cached pages in Google and Proxy avoid > > We are using url_regex acl´s to block sites containing some words, but > if the users use the cached pages in a google search, for example, > they can access the blocked urls. > > Other way to access those urls is using some proxy avoid sites > avaiable on the internet. > > Is there a way to block these access (cached pages on search engines > and proxy avoid systems) in squid.conf ? > > Thanks, > Fabio Baptista. What pattern you used in url_regex acl? for eg: if you want to block the site "xyz.com" and if the users tries to visit google search cached pages.. you can provide the pattern as follows. In the file abc.text add the following patterns \?q\=cache:.*:xyz.com ^http://:xyz.com Then in the squid conf use the pattern as acl blocked_sites url_regex -i abc.txt http_access deny blocked_sites -RunnerSupport ------------------------------------------------- Esta mensagem pode conter informação confidencial e/ou privilegiada. Caso não seja o destinatário pedimos a gentileza que apague-a imediatamente. A leitura, exame, retransmissão, divulgação, distribuição, cópia ou outro uso desta mensagem por pessoas ou entidades que não sejam o destinatário, constitui obtenção de informação por meio ilícito e configura crime previsto na legislação brasileira. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, please delete the message immediately. The reading, examination, forwarding, disclosuring, distribution, copy or another use of this message for people or entities that are not the addressee, constitute information attainment of illicit way and configure crime foresen in the Brazilian legislation. ----------------------------------------------