]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- TLSEngine must be first
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Apr 2006 15:15:21 +0000 (15:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-mod_tls.conf -> 1.5

proftpd-mod_tls.conf

index 6e658d906448b02f81d4067c4f42aba66f501e7b..f5103cff144e4091f6d3ff3a5627fb061d1e524a 100644 (file)
@@ -1,6 +1,9 @@
 # $Id$
 LoadModule     mod_tls.c
 
+# TLSEngine must be enabled for TLS options to have effect.
+#TLSEngine on
+
 # These are the TLS related options, default values
 #TLSRSACertificateFile         /etc/ftpd/ftpd-rsa.pem
 #TLSRSACertificateKeyFile      /etc/ftpd/ftpd-rsa-key.pem
@@ -17,4 +20,3 @@ LoadModule    mod_tls.c
 #TLSVerifyClient                       off
 
 #TLSRequired off
-#TLSEngine on
This page took 0.066662 seconds and 4 git commands to generate.