cache_disk.conf 766 B

12345678910111213141516171819202122
  1. # cache cleaning is done by htcacheclean, which can be configured in
  2. # /etc/default/apache2
  3. #
  4. # For further information, see the comments in that file,
  5. # /usr/share/doc/apache2/README.Debian, and the htcacheclean(8)
  6. # man page.
  7. # This path must be the same as the one in /etc/default/apache2
  8. CacheRoot /var/cache/apache2/mod_cache_disk
  9. # This will also cache local documents. It usually makes more sense to
  10. # put this into the configuration for just one virtual host.
  11. #CacheEnable disk /
  12. # The result of CacheDirLevels * CacheDirLength must not be higher than
  13. # 20. Moreover, pay attention on file system limits. Some file systems
  14. # do not support more than a certain number of inodes and
  15. # subdirectories (e.g. 32000 for ext3)
  16. CacheDirLevels 2
  17. CacheDirLength 1