Helo Any vbulletin 3.6.4 user..use
mod_cache for there Apache?
Quote:
mod_cache implements an RFC 2616 compliant HTTP content cache that can be used to cache either local or proxied content. mod_cache requires the services of one or more storage management modules. Two storage management modules are included in the base Apache distribution:
mod_disk_cache
implements a disk based storage manager.
mod_mem_cache
implements a memory based storage manager. mod_mem_cache can be configured to operate in two modes: caching open file descriptors or caching objects in heap storage. mod_mem_cache can be used to cache locally generated content or to cache backend server content for mod_proxy when configured using ProxyPass (aka reverse proxy)
Content is stored in and retrieved from the cache using URI based keys. Content with access protection is not cached.
|
Details :
http://httpd.apache.org/docs/2.0/mod/mod_cache.html
Others :
http://www.onlamp.com/pub/a/onlamp/2...he.html?page=1
this will cache static & dynamic contents of ur page at disk(mod_disk_cache) or memory(mod_mem_cache)
Quote:
mod_disk_cache
implements a disk based storage manager.
|
--
Quote:
mod_mem_cache
implements a memory based storage manager. mod_mem_cache can be configured to operate in two modes: caching open file descriptors or caching objects in heap storage. mod_mem_cache can be used to cache locally generated content or to cache backend server content for mod_proxy when configured using ProxyPass (aka reverse proxy)
|
so is there any one who is using it practically...i am looking for some idea from practical user...who already installed it at there server ....