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