Always TCP_MISS

From: Koyo Wong <koyo.wong@dont-contact.us>
Date: Tue, 21 Mar 2000 23:25:20 +0800

All,

We are now testing Squid as a reverse proxy with the following configs
and found that all log records in access.log are ended with TCP_MISS. I
have tested to reload the page a second time by clearing browser caches
but the reverse proxy does not really work. Please help.

PS: I am using squid-2.3.STABLE2-src.tar.gz.

Thanks,
Koyo

-------
http_port 10.10.10.11:80
cache_mem 64 MB
cache_dir ufs /usr/local/squid/cache 100 16 256
cache_access_log /var/squid_logs/mysite/access.log
cache_log /var/squid_logs/mysite/cache.log
cache_store_log /var/squid_logs/mysite/store.log
emulate_httpd_log on
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 60 50% 360
ignore-reload
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 SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT
http_access allow all
icp_access allow all
miss_access allow all
httpd_accel_host mysite
httpd_accel_port 80
logfile_rotate 0

Received on Tue Mar 21 2000 - 08:25:49 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:19 MST