You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Axel-Stéphane SMORGRAV <Ax...@europe.adp.com> on 2005/03/01 17:54:40 UTC

RE: [users@httpd] mod_cache usage

1. You can look for .header files in your cacheroot: 
find /cacheroot -name \*\.header -exec grep X-NAME {} \;

2. I believe you can enable caching on a URL path, and disable caching on a sub-path. That is however very easy for you to test for yourself and in that case, let us know the result.

-ascs

-----Message d'origine-----
De : Deepa Rangarajan [mailto:deepa_rr@hotmail.com] 
Envoyé : dimanche 27 février 2005 05:19
À : users@httpd.apache.org
Objet : Re: [users@httpd] mod_cache usage

Hi,
  Is there anyway I can figure out what content is being cached by using mod_cache directive?
I am using apache-2.0 as a reverse proxy and also for caching using disk cache.
  However there are certain files within a directory that shud not be cached and some that should be cached.

   Eg. Dir X
             |---> Dir Y

While Dir X contents should be cached, the contents of Dir Y should not be cached.
Can I do a CacheDisable Dir X, followed by
               CacheEnable Dir Y.

If any of you have an idea, pls. let me know.

Thks,
-Deepa



---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org