Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 24, 2024, 08:07:15 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
Need to access only certain websites
« previous
next »
Print
Pages: [
1
]
Author
Topic: Need to access only certain websites (Read 4915 times)
suresh
New Member
Posts: 1
Need to access only certain websites
«
on:
December 29, 2004, 09:21:23 AM »
I need help whereby i want to access a client to only certain websites. How do i do that ? Please help
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
Need to access only certain websites
«
Reply #1 on:
January 01, 2005, 03:29:35 PM »
This is has been thoroughly discussed ..
see
Allowing access to certain websites using squid
Logged
gauravbajaj
LST CareTaker
Experienced
Posts: 658
Need to access only certain websites
«
Reply #2 on:
January 04, 2005, 10:47:09 AM »
hi
#u can go to /etc/squid/squid.conf
search string "acl"
add these 3 lines like this:
acl blacklist url_regex rediffmail.com
http_access deny blacklist
http_access allow all
Here rediffmail.com is the site name u want to block
it helps u
bye
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
Need to access only certain websites