How to enable caching on Apache2 (using as load balancer)

Posted by csl on Super User See other posts from Super User or by csl
Published on 2012-03-26T16:40:38Z Indexed on 2012/03/26 17:33 UTC
Read the original article Hit count: 322

Filed under:
|

I'm using Apache 2 as my load balancer (mod_jk).

I've 2 Tomcat servers behind my load balancer.

What I'm trying to do is to enable caching of my static pages in my load balancer using mod_cache but nothing seems to be working. I confirmed this by creating a simple JSP page that prints out current date time and I always get the latest date time (indicating that the JSP page is not cached).

OS: Ubuntu

© Super User or respective owner

Related posts about apache2

Related posts about load-balancer