>  Block access of particcular site in squid

create a file called "block" in /etc/squid/ directory, type the website name
you want to block in that file "block",save the file
Then open squid.conf file and  append the following two lines (without
quotes)

"acl blocked url_regex -i "/etc/squid/block"
"http_access deny block"

save squid.conf file and reload the squid service by "service squid reload"

Try to access the blocked site ;-)


>  Dansguardian or squid Guard  is it support for Fedora 9

Yeah squidguard is in official fedora 9 repository

"squidGuard.i386 : Filter, redirector and access controller plugin for
squid"


Regards
Arun SAG
-- 
A computer is like air conditioning: it becomes useless when you open
windows.
<-Fighting 4 Freedom->
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to