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

Stefan Fritsch sf at sfritsch.de
Mon Jul 30 19:41:03 UTC 2012


The following commit has been merged in the master branch:
commit 80d139cea38b504f2bf2325efcb31383062bae9c
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Mon Jul 30 21:38:40 2012 +0200

    Improve wording

diff --git a/debian/changelog b/debian/changelog
index c4987b3..471242f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ apache2 (2.2.22-10) UNRELEASED; urgency=low
     perl module imports to make use Digest::SHA shipped with perl 5.10 (Closes:
     #682401)
   * Fix "Default /etc/apache2/mods-available/disk_cache.conf is incompatible
-    with ext3" by changing the default to more moderate values. Note, some file
-    systems have a hard limit of supported subdirectories (Closes: #682840)
+    with ext3" by changing the default to more moderate values. Some file
+    systems have a hard limit for the number of subdirectories in a single
+    directory. This change requires the cache directory to be purged.
+    (Closes: #682840)
 
   [ Stefan Fritsch ]
   * Add support for TLSv1.0 ans TLSv1.1 to SSLProtocol and SSLProxyProtocol
diff --git a/debian/config-dir/mods-available/disk_cache.conf b/debian/config-dir/mods-available/disk_cache.conf
index 523eb6c..3a7361b 100644
--- a/debian/config-dir/mods-available/disk_cache.conf
+++ b/debian/config-dir/mods-available/disk_cache.conf
@@ -16,8 +16,8 @@
 
         # 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)
+        # do not support more than a certain number of subdirectories in a
+        # single directory (e.g. 32000 for ext3)
         CacheDirLevels 2
         CacheDirLength 1
 </IfModule>

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list