View previous topic :: View next topic |
Author |
Message |
mister n00b
Joined: 03 Jan 2007 Posts: 21
|
|
Back to top |
|
|
m_spidey Guru
Joined: 28 Feb 2005 Posts: 312 Location: Planetexpress Ship
|
Posted: Sat Jan 13, 2007 4:17 pm Post subject: |
|
|
Hi There
I'm just looking at your logs,
Isn't that a hit from ur cache?
I did notice that you tried www.google.com a few times, but I also did notice that google returned different ip's each time you queried it, so it probably wouldn't have retrieved it from cache.
Maybe you can post you squid.conf and describe in more detail where your problem lies?
Cheers _________________ Ronald McDonald -> The necessary Evil. |
|
Back to top |
|
|
mister n00b
Joined: 03 Jan 2007 Posts: 21
|
Posted: Sat Jan 13, 2007 5:02 pm Post subject: |
|
|
http_port 192.168.4.1:8080
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/cache/squid 100 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
hosts_file /etc/hosts
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
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 our_networks src 192.168.4.0/24
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
acl BADsites dstdomain "/test/BADsites"
acl BADwords dstdom_regex -i "/test/BADwords"
acl BADextensions url_regex -i "test/BADextensions"
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 deny BADsites
http_access deny BADwords
http_access deny BADextensions
http_access allow our_networks
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
visible_hostname localhost
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
memory_pools on
forwarded_for off
coredump_dir /var/cache/squid |
|
Back to top |
|
|
Evileye l33t
Joined: 06 Aug 2003 Posts: 782 Location: Toronto
|
Posted: Sat Jan 13, 2007 5:08 pm Post subject: |
|
|
I just checked my log and am having the same problems, no idea why? |
|
Back to top |
|
|
|