KAILAS 4 YOUR HELP
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Learn how to Denyin ip add from Accessing ur Web

2 posters

Go down

Learn how to Denyin ip add from Accessing ur Web Empty Learn how to Denyin ip add from Accessing ur Web

Post  Rajputgal Mon Dec 29, 2008 4:26 pm

FOLLOW this link and tutorial for denying IP add from accessing ur website. http://www.primehost.ca/tutorials/Deny_IP.html



squid deny users accessing a website

Q. How do I deny a user accessing particular website? For example block foo.com.

A. Squid cache is a popular open source web proxy server and web cache software.

It has a wide variety of uses, from speeding up a web server by caching repeated requests, to caching web, DNS and other network lookups for a group of people sharing network resources, to aiding security by filtering traffic.



How to deny a user from accessing particular site?

To block site called foo.com you need to add following two lines to your squid configuration file.
# vi /etc/squid/squid.conf

Search for `Access Controls’ and append following two lines:
acl blocksites dstdomain .foo.com
http_access deny blocksites

Save and close the file. Restart Squid:
# /etc/init.d/squid restart

Let us say you would like to deny access for anyone who browses to a URL with the word “bar” in it. Append following ACL:
acl blockregexurl url_regex -i bar
http_access deny blockregexurl

Save and close the file.
Rajputgal
Rajputgal

Posts : 3
Join date : 2008-12-12
Age : 43
Location : India

http://www.rajputgalmahi.4t.com

Back to top Go down

Learn how to Denyin ip add from Accessing ur Web Empty Re: Learn how to Denyin ip add from Accessing ur Web

Post  kailas the administrator Mon Dec 29, 2008 8:01 pm

gr8 work..... cheers

kailas the administrator
Admin

Posts : 20
Join date : 2008-12-11
Age : 41

https://kailas4help.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum