Friends ,
I have two pc . One is Linux Enterprise 4 Server and other is WindowsXP . Now I configure the Following things in My Linux server :
1) Squid
2)SquidGuard
3)http
My Webserver name is : shipon.example.com , When i write it into a browser it opens a page which i created as "index.html"
Now i want , Nobody can access my webserver page "shipon.example.com" from my Windows Machine .
For this reason i install SquidGuard and Blacklists . In Blacklists i found a lot of folder like Porn,Mail etc . I can't understand in which folder/file , i need to write my webpage address , so that i can't get access from my Windows pc. my squidGuard.conf file is :
dbhome /usr/local/squidGuard/db
logdir /usr/local/squidGuard/logs
dest porn {
domainlist blacklists/porn/domains
urllist blacklists/porn/urls
}
acl {
default {
pass !porn all
redirect http://localhost/block.html
}
}
Plz plz help........