Thanks That helped me to find out the issue . The issue was Cache-Control
header was not set
Header set Cache-Control "max-age=60, public"
SetHandlerperl-script
PerlResponseHandler MyApp::HtmlHandler::handler
But now I get this in debug log, seems like its caching each time
On Tue, Aug 11, 2009 at 5:25 AM, Shibi NS wrote:
>
> I have the following configuration in my httpd.conf
>
> LoadModule cache_module modules/mod_cache.so
> LoadModule disk_cache_moduleĀ modules/mod_disk_cache.so
> LoadModule perl_module modules/mod_perl.so
>
> CacheEnable disk /specs/
> CacheRoot /
I have the following configuration in my httpd.conf
LoadModule cache_module modules/mod_cache.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule perl_module modules/mod_perl.so
CacheEnable disk /specs/
CacheRoot /data/cache/
SetEnvIfNoCase request_uri \.html$ gzip cache-enable=