summaryrefslogtreecommitdiff
path: root/debian/config-dir
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-07-26 17:13:25 +0200
committerArno Töll <arno@debian.org>2012-07-26 20:40:53 +0200
commit8597e577594aae604ab9531ef43dc7cbd9838d44 (patch)
tree0259122624b29719b4c480f496393d8844e2265d /debian/config-dir
parent28a921f6cb070be47cbe10c4ae62857df68b1198 (diff)
downloadapache2-8597e577594aae604ab9531ef43dc7cbd9838d44.tar.gz
Change disk_cache defaults to close #6878740
Conflicts: debian/config-dir/mods-available/disk_cache.conf
Diffstat (limited to 'debian/config-dir')
-rw-r--r--debian/config-dir/mods-available/cache_disk.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/config-dir/mods-available/cache_disk.conf b/debian/config-dir/mods-available/cache_disk.conf
index 88232f90..862069cd 100644
--- a/debian/config-dir/mods-available/cache_disk.conf
+++ b/debian/config-dir/mods-available/cache_disk.conf
@@ -14,8 +14,13 @@
# put this into the configuration for just one virtual host.
#CacheEnable disk /
- CacheDirLevels 5
- CacheDirLength 3
+
+ # The result of CacheDirLevels * CacheDirLength must not be higher than
+ # 20. Moreover, pay attention on file system limits. Some file systems
+ # do not support more than a certain number of inodes and
+ # subdirectories (e.g. 32000 for ext3)
+ CacheDirLevels 3
+ CacheDirLength 5
</IfModule>