Dear folks,
I am still trying to set up squid 2.2.STABLE4 on a RH 6.1 box in
http_acceleration mode. However, cachemanager reports:
Totals since cache startup:
sample_time = 941603128.122856 (Wed, 03 Nov 1999 04:25:28 GMT)
client_http.requests = 57
client_http.hits = 1
It seems that squid is not caching anything, except that once it got the
index.html file from the cache.
I see the web pages, but it appears as if they are not being cached.
Any url with https:// instead of http:// times out, though the
httpd_accel_host does support SSL.
My configuration so far is:
http_port 80 443 563
cache_dir /var/spool/squid 1000 16 256
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 manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
icp_access allow all
miss_access allow all
cache_mgr nicku@vtc.edu.hk
visible_hostname squid2.tyee.vtc.edu.hk
httpd_accel_host www2.tyee.vtc.edu.hk
httpd_accel_port 80
cachemgr_passwd PASSWORD shutdown
I will be grateful for any suggestions.
-- Nick Urbanik, Dept. of Electrical & Communications Engineering Hong Kong Institute of Vocational Education (Tsing Yi) email: nicku@vtc.edu.hk, nicku@iohk.com Tel: (852) 2436 8660, (825) 2436 8674 Fax: (852) 2436 8643 pgp ID: 7529555D fingerprint: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7BReceived on Tue Nov 02 1999 - 21:53:13 MST
This archive was generated by hypermail pre-2.1.9 : Wed Apr 09 2008 - 11:57:31 MDT