Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
In Squid ALLOW/DENY rules
Name: judson_jebaraj8 Date: October 27, 2004 at 22:15:28 Pacific OS: RedHat Linux 9 CPU/Ram: 512
Comment:
Hi... In our concern, we r using SQUID for internet distribution. when i'm tring to restrict some sites based on names like "sex". For that i'm using following ACL codes in squid conf file.
acl all src 0.0.0.0/0.0.0.0 ->default line acl mul src 190.0.0.0/255.0.0.0 ->my rule acl ban_list url_regex "/etc/banned.list acl manager proto cache_object -> default line ---- ---- ----
http_access allow mul ---- ---- ---- ---- http_access deny ban_list http_access deny all
and i created "banned.list" file in /etc directory. In banned.list file i used *sex* and its not supporting, it surfing all the sites. Can anybody help me.
Name: Peeyush Maurya Date: November 24, 2004 at 10:44:13 Pacific
Reply:
hi Jebraaj,
go through the following link for blocking website through ACL in SQUID http://www.linux-faqs.com/Forum/viewforum.php?f=6 http://www.linux-faqs.com/Forum/viewtopic.php?t=28
Summary: I am using Linux 6.1 and squid 2.4.STABLE7 version. I want to redirect some sites to other url through squid. Is it possible? Also my squid acl file for denying some url is also not working. Why is ...
Summary: am using squid proxy server in my office for internet browsing.everything is Ok except voice chat. yahoo messenger is our chat software in Proxy client PC. I can chat in text. but when I go for vo...
Summary: I want to Restrrict access to ftp downloads in squid for certain time like 17:00-2:00 in my squid.conf Please let me know how to do it Thanks in advance Regards ...