Forum Moderators: phranque

Message Too Old, No Replies

apache cache

         

vigaros

12:18 pm on Jan 20, 2011 (gmt 0)

10+ Year Member



Hi,

I have static content in a war in an application server.
I want apache to serve that content.
for that I have configured apache with mod_cache:

LoadModule cache_module modules/mod_cache.so
LoadModule disk_cache_module modules/mod_disk_cache.so
..
..
<IfModule mod_disk_cache.c>
CacheRoot /var/www/cache
CacheEnable disk /paco
CacheDirLevels 5
CacheDirLength 3
</IfModule>

But not content caching.
access is https.
where is the problem?

I have apache 2.0, 4 red-hat