On Sun, Jan 4, 2009 at 5:40 AM, Karim Zaki <karim.z...@itworx.com> wrote:
> I'm running Apache 2.2.11 with mod_jk and mod_cache. Apache doesn't seem to
> be caching requests for "virtual directories" (i.e. requests for URIs that
> don't end in a file name). My back-end Tomcat application uses such URLs
> (e.g. http://<host->/<virtual-directory>) which result in a dynamic page
> being generated. Requests to such URIs come to Apache, they are forwarded to
> Tomcat using mod_jk, but the response is not cached. Is there a way to
> convince Apache to cache these URLs?

I don't see why Apache would treat such a URL differently.

Have you checked the other cacheability rules in the caching guide and
turned on LogLevel debug?

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to