| Name : apache2-mod_cache
| |
| Version : 2.0.50
| Vendor : Mandriva
|
| Release : 7.6.101mdk
| Date : 2006-01-05 20:00:55
|
| Group : System/Servers
| Source RPM : apache2-2.0.50-7.6.101mdk.src.rpm
|
| Size : 0.03 MB
| |
| Packager : Mandriva Security Team < security_mandriva_com>
| |
| Summary : Content cache keyed to URIs
|
Description :
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 for use with mod_proxy. * mod_mem_cache - implements an in-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 is most useful when used to cache locally generated content or to cache backend server content for mod_proxy configured for ProxyPass (aka reverse proxy)
|