Hi
I am using Squid 2.4 on Tru64 Unix. It has been configured for Reverse Proxy
caching.
I am trying to use it to be able to cache Servlets being hosted by a Tomcat
implementation.
I find only some of the servlets being cached and am not able to identify
the reason behind this. All the servlets have similar response headers
(which contains Cache-Control, max-age, Expires). The servlets which are not
cached have a more complex page layout.
What could be causing this behaviour? What are the reasons that a Servlet
will not be cached?
Here is the configuration change that I made in the squid.conf file
http_port 8902
httpd_accel_port 10.10.10.10
httpd_accel_port 8902
httpd_accel_single_host_on
httpd_accel_with_proxy_off
httpd_accel_uses_host_header_off
acl acceleratedHost dst 10.10.10.10/255.255.255.255
acl acceleratedPort port 8902
http_access allow acceleratedHost acceleratedPort
Thanks
Anu
Received on Wed Jul 24 2002 - 09:23:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:20 MST