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) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-09-18 07:38:01 +02:00
parent 2432b7c466
commit b5a999ae6b

View File

@@ -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