RE: [EMAIL PROTECTED] mod_cache question

2007-09-20 Thread Axel-Stéphane SMORGRAV
De : James Sherwood [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 septembre 2007 03:56 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] mod_cache question Hello, I was looking at mod_cache and was wondering people's opinions on it. We are serving up dynamic content using Apache, mod_jk and

[EMAIL PROTECTED] mod_cache question

2007-09-19 Thread James Sherwood
Hello, I was looking at mod_cache and was wondering people's opinions on it. We are serving up dynamic content using Apache, mod_jk and tomcat. The most of our hits will come from 3-6 pages. Will mod_cache actually cache the dynamic pages for x period of time? This would save us a ton of

[EMAIL PROTECTED] mod_cache question

2007-08-10 Thread Morten Kristiansen
Hello, I'm currently using Apache v 2.2.4 as a frontend for my Tomcat server (I use mod_jk for this). I use mod_disk_cache to cache stuff from Tomcat. I have tested that if I shutdown Tomcat, all the cached content will be served to my browser until the cache is cleaned/about the be refreshed. Th