Hi,

I am trying to setup a squid + squidguard server in a public library (Debian GNU/Linux Sid kernel 2.6.9).

I first installed and configured squid (Version 2.5.STABLE7) and it is working perfectly.

Then I installed and tried to configure squidguard (1.2.0 Sleepycat Software: Berkeley DB 4.1.25) and since that, I have some problems for displaying images and sometimes a single page.

I read a previous message on this list and I tried to change the redirect_children value in /etc/squid/squid.conf : first 10, then 15, then 30, then 32 ! (default is 5). It has clearly improved page display : almost all images are displayed but unfortunately not all. For example, while searching on "google images", the first result page is quite well displayed, but, when quickly clicking on the next pages, some thumbnails are missing.

Do I need to change something else in /etc/squid/squid.conf ?

Thank you very much for your help, and sorry for my very poor english (I am french).

Micha�l.
_________________________________________
#### My /etc/squid/squid.conf : (my computer is bib19) ####

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
redirect_children 32
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl SSL_ports port 873
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl Safe_ports port 631
acl Safe_ports port 873
acl Safe_ports port 901
acl purge method PURGE
acl CONNECT method CONNECT
acl bib19 src 192.168.1.39/32
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow bib19
http_access deny all
http_reply_access allow all
icp_access allow all
coredump_dir /var/spool/squid
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
httpd_accel_single_host on
redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf

_________________________________________
#### My /etc/squid/squidGuard.conf : (my computer is bib19) ####

dbhome /var/lib/squidguard/db
logdir /var/log/squid
time workhours {
       weekly mtwhf 08:00 - 16:30
       date *-*-01  08:00 - 16:30
}
source michael {
       ip              192.168.1.39
}
dest good {
}
dest local {
}
acl {
       michael {
       default {
               pass any
       }
}





Reply via email to