From b5a999ae6b3fdce2e47e0c839785ec9b7e7c37b2 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 18 Sep 2013 07:38:01 +0200 Subject: [PATCH] remove mod_tls_memcache module from debian wheezy's proftpd config as it is provided without memcache-support, fixes #1258 Signed-off-by: Michael Kaufmann (d00p) --- .../debian_wheezy/proftpd/etc_proftpd_modules.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf index 0af8944e..f80363b4 100644 --- a/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf +++ b/templates/misc/configfiles/debian_wheezy/proftpd/etc_proftpd_modules.conf @@ -87,7 +87,9 @@ LoadModule mod_unique_id.c LoadModule mod_copy.c LoadModule mod_deflate.c LoadModule mod_ifversion.c -LoadModule mod_tls_memcache.c +# this is disabled because wheezy's proftpd does not have memcache compiled, +# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707680 +#LoadModule mod_tls_memcache.c # keep this module the last one LoadModule mod_ifsession.c