I am having a problem with squid crashing and dying after a days worth of
running. I chacked the logs and notice and error.
cache.log
1999/09/13 16:38:42| ftpDataRead: read error: (104) Connection reset by peer
1999/09/13 16:38:43| ftpReadControlReply: read error: (104) Connection reset by
peer
I don't know why this is happening. If i shutdown and restart it, I get stuff
from the cache but nothing that is fresh off the web.
If I change to direct it works, so my network isn't down.
Here is the squid.conf.
#squid.conf - a very basic config file for squid
#Turn logging to it's lowest level
debug_options ALL,1
#defines a group (or Access Control List) that includes all IP
#addresses
acl all src 0.0.0.0/0.0.0.0
#allow all sites to use connect to us via HTTP
http_access allow all
#allow all sites to use us as a sibling
icp_access allow all
#test the following sites to check that we are connected
dns_testnames internic.net usc.edu cs.colorado.edu mit.edu yale.edu
#run as the squid user
cache_effective_user squid squid
#otherwise, you can uncomment the below line and comment the one out.
# this will run as use "nobody" with the group "nogroup"
#cache_effective_user nobody nogroup
cache_mem 8 MB
cache_swap_low 95
cache_swap_high 98
maximum_object_size 40960 KB
ipcache_size 2048
ipcache_low 95
ipcache_high 98
cache_dir /usr/local/squid/cache 1000 32 512
pid_filename /var/run/squid.pid
I don't know why this happeng. If you have any suggestions let me know.
Received on Tue Sep 14 1999 - 11:02:11 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:25 MST