[SCM] Debian packaging for apache2 branch, master, updated. debian/2.2.22-3-44-g2b5a98c

Arno Töll arno at debian.org
Thu Jul 26 18:41:09 UTC 2012


The following commit has been merged in the master branch:
commit eb555e394781d75368cf86dd435d748a6df0deed
Author: Arno Töll <arno at debian.org>
Date:   Thu Jul 26 17:13:25 2012 +0200

    Change disk_cache defaults to close #6878740

diff --git a/debian/config-dir/mods-available/disk_cache.conf b/debian/config-dir/mods-available/disk_cache.conf
index 01414dc..e1c0107 100644
--- a/debian/config-dir/mods-available/disk_cache.conf
+++ b/debian/config-dir/mods-available/disk_cache.conf
@@ -14,6 +14,10 @@
 
 	#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>

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list