> The site is accessible via proxy at IIT Kharagpur also. Your Squid
> configuration details will
> be of help in solving this problem.

Below is squid.conf

acl biz_hours time M T W H F 08:00-20:00
acl biz_hours time A 08:00-16:00
acl biz_hours time S 01:00-01:05
acl our_network src 192.168.1.0/20
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl SSL_ports port 210
acl SSL_ports port 81
acl SSL_ports port 510
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl Safe_ports port 81          # for Airtel site
acl Safe_ports port 210         # for SciFinder
acl Safe_ports port 510         # for firstclass
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow our_network biz_hours
http_access deny all
icp_access deny all
htcp_access deny all
http_port 3128
hierarchy_stoplist cgi-bin ?
cache_dir ufs /var/spool/squid3 2000 16 256
logformat squid  %tl %ts.%03tu %6tr %>a %Ss/%03Hs %<st %rm %ru %un %Sh/%<A %mt
access_log /var/log/squid3/access.log squid
redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
negative_ttl 0 minutes
cache_mgr [email protected]
visible_hostname proxy-server
icp_port 3130
coredump_dir /var/spool/squid3

All other settings are to their defaults.

My squidGuard does not block this website. as its not there in blacklists.
If you think, squidguard is blocking, can you tell me how to check for it?

~~~~~~~~~~~~~~
Sameer Shinde.
M:- +91 98204 61580
Millions saw the apple fall, but Newton was the one who asked why.
-- 
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to