Switch from GPL CRC code to public domain CRC code
[httpd-crcsyncproxy.git] / debian / crccache_client.conf
blobd519c30eb9d828f95bb06ae777dacbcfd3ebe708
1 <IfModule mod_crccache_client.c>
2 # cache cleaning is done by htcacheclean, which can be configured in
3 # /etc/default/apache2
5 # For further information, see the comments in that file, 
6 # /usr/share/doc/apache2.2-common/README.Debian, and the htcacheclean(8)
7 # man page.
9         # This path must be the same as the one in /etc/default/apache2
10         CacheRootClient /var/cache/apache2/mod_crccache_client
12         # This will also cache local documents. It usually makes more sense to
13         # put this into the configuration for just one virtual host.
15         #CacheEnable disk /
17         CacheDirLevelsClient 5
18         CacheDirLengthClient 3
19 </IfModule>