RE: [squid-users] mimeLoadIconFile?

From: SSCR Internet Admin <admin@dont-contact.us>
Date: Mon, 3 Mar 2003 07:49:21 -0800

these are the icon files for the FTP session to be used by squid

-----Original Message-----
From: Amy Anderson [mailto:Amy@Jazzen.be]
Sent: Sunday, March 02, 2003 3:19 PM
To: squid-users@squid-cache.org
Subject: [squid-users] mimeLoadIconFile?

I am not sure why these images are trying to load, I do see them in the
errors of the squid dir, but not sure why they are trying to load. is
there anyway i can stop them from trying to load?
 
Here is the squid cache_log it is actually 2 times as long as this. I
will also include my squid.conf so you can see where I went wrong.
Thanks so much.
 
cache_log
<!--StartFragment-->2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-image.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-text.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-dirup.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-dir.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-link.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-dir.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-text.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-dir.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-image.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-sound.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-movie.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-portal.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-box.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-unknown.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-text.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-box.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-unknown.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-unknown.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-unknown.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-unknown.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-ps.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-ps.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile: /usr/share/icons/anthony-ps.gif:
(2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-unknown.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-compressed.gif: (2) No such file or directory
2003/03/02 11:25:23| mimeLoadIconFile:
/usr/share/icons/anthony-unknown.gif: (2) No such file or directory
 
squid.conf
 
# make sure you use rc.firewall http_port 3128 icp_port 0
hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache
deny QUERY cache_mem 8 MB cache_dir diskd /var/spool/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
debug_options ALL,1 33,2 #redirect_program /usr/bin/squidGuard -c
/etc/squid/squidGuard.conf half_closed_clients off 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 mynetwork src 192.168.0.0/255.255.255.0
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 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 mynetwork http_access deny all icp_access
allow all miss_access allow all #proxy_auth_realm MandrakeSoft Squid
proxy-caching web server visible_hostname xxx.xxx.st httpd_accel_host
virtual httpd_accel_with_proxy on httpd_accel_uses_host_header on
append_domain .xxx.st err_html_text webmaster@mydomain.st memory_pools
off cache_effective_user squid cache_effective_group squid #deny_info
ERR_CUSTOM_ACCESS_DENIED all memory_pools_limit 8 MB #cache_mem_high 80
#cache_mem_low 75 cache_swap_high 80 cache_swap_low 75
maximum_object_size 2000 KB ipcache_high 80 ipcache_low 75
#reference_age 1 month positive_dns_ttl 1 hour forwarded_for off
cache_mgr root@mydomain.st

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Amy

-- 
Amy Anderson <Amy@Jazzen.be>
-- 
This message has been scanned for viruses and
dangerous contents on SSCR Email Scanner Server, and is
believed to be clean.
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 2/25/2003
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.459 / Virus Database: 258 - Release Date: 2/25/2003
-- 
This message has been scanned for viruses and
dangerous contents on SSCR Email Scanner Server, and is
believed to be clean.
Received on Sun Mar 02 2003 - 16:38:47 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:53 MST