My httpd version is 2.2.11, Is there anything wrong with that?
Thanks 

dreamice wrote:
> 
> Dear All,
> 
> I configured the Apache cache mode by following the httpd document sample.
> My configure is:
> 
> <IfModule mod_cache.c>
> <IfModule mod_mem_cache.c>
> CacheEnable mem /
> CacheRoot /home/alex/apache/logs
> MCacheSize 4096
> MCacheMaxObjectCount 1000
> MCacheMinObjectSize 1
> MCacheMaxObjectSize 2048
> MCacheRemovalAlgorithm  "LRU"
> </IfModule>
> </IfModule>
> 
> Unfortunately, there is no cache in my system. And all the client requests
> are passed to the real server.
> BTW, my equipment is acted as a reverse proxy.
> 
> Hope you can help me.
> Thanks a lot. 
> 

-- 
View this message in context: 
http://www.nabble.com/Apache-Cache-configuration-tp22283418p22283424.html
Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.

Reply via email to