]> granicus.if.org Git - apache/commit
First pass at a set of caching filters and handlers. This implements a
authorRyan Bloom <rbb@apache.org>
Fri, 17 Nov 2000 18:33:33 +0000 (18:33 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 17 Nov 2000 18:33:33 +0000 (18:33 +0000)
commitbb227c01e1127263a6e02ccff822e9e749f85a4b
tree646df336764487c1e719b3a039d68e4854471182
parent2588d5959864df52b479ceb2dcc4bb4fa7170930
First pass at a set of caching filters and handlers.  This implements a
working disk cache.  There are a lot of improvements to be made to this,
but this is a pretty good start to a dynamic cache.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86995 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/config.m4
modules/experimental/mod_cache.c [new file with mode: 0644]
modules/experimental/mod_cache.h [new file with mode: 0644]
modules/experimental/mod_disk_cache.c [new file with mode: 0644]