apache2modcache_disk

March 17, 2026 ยท View on GitHub

Back to resource list

Manages the Apache mod_cache_disk configuration file.

Actions

ActionDescription
:createCreate the configuration.

Properties

NameTypeDefaultDescription
cache_rootStringplatform-specific (see helpers.rb)Root directory for the disk cache.
cache_dir_levelsString'2'Number of sub-directory levels in the cache. See https://httpd.apache.org/docs/2.4/mod/mod_cache_disk.html#cachedirlevels
cache_dir_lengthString'1'Number of characters in sub-directory names. See https://httpd.apache.org/docs/2.4/mod/mod_cache_disk.html#cachedirlength
cache_max_file_sizeString'1000000'Maximum size of a cached file in bytes. See https://httpd.apache.org/docs/2.4/mod/mod_cache_disk.html#cachemaxfilesize

Examples

apache2_mod_cache_disk '' do
  cache_root '/var/cache/apache2/mod_cache_disk'
end