cache
"Pankaj.Kumar - 00CS1010" <[email protected]> Mon, 3 Nov 2003 13:04:55 +0530 (IST)
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <Pine.LNX.4.33L2.0311031301290.1011-100000@cpusrv-ibm-5.cse.iitkgp.ernet.in> |
does anyone know how to configuring caching with proxy ? I am running a proxy but it does not cache the sites that I visit . I have the following directives put up : <IfModule mod_disk_cache.c> CacheRoot /usr/local/apache2/cacheroot CacheSize 256 CacheEnable disk / CacheDirLevels 5 CacheDirLength 3 </IfModule> <IfModule mod_mem_cache.c> CacheEnable mem / MCacheSize 4096 MCacheMaxObjectCount 100 MCacheMinObjectSize 1 MCacheMaxObjectSize 2048 </IfModule> </IfModule> But even though it neither gives an error neither does it update the cache in /usr/local/apache2/cacheroot Please help soon Pankaj