Hi All,
   
  Below find the reverse proxy configuration with disk cache enabled.
   
     
        Proxypass / http://10.249.68.24:9001/
        ProxypassReverse / http://10.249.68.24:9001/
        ifModule mod_cache.c>
          <IfModule mod_disk_cache.c>
        UseCanonicalName Off
        CacheRoot /local/apache2/logs/cache
        CacheEnable disk /
        CacheIgnoreNoLastMod On
        CacheIgnoreCacheControl On
        CacheIgnoreHeaders Set-Cookie
        CacheDefaultExpire 320
        CacheMinFileSize 64
        CacheMaxFileSize 64000
        CacheDirLevels 2
        CacheDirLength 1
          </IfModule>
          <IfModule>
        <Directory /local/apache2/logs/cache>
Allow from all
</Directory>

  If i request page from backend server then  i'ts not caching any content..i 
found there was no files under /local/apache2/logs/cache directory.
   
  i also set 777 permission for directory local/apache2/logs/cache but no use.
   
  Please let me know what i done wrongly
   
  regards,
  Arun
   
  
 



 
---------------------------------
Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.

Reply via email to