From a2b7e37f1c943e5bfd5dda894a75856700f3526c Mon Sep 17 00:00:00 2001 From: Olivier Iffrig Date: Wed, 16 May 2012 13:55:19 +0200 Subject: [PATCH] [proftpd.conf] On autorise plus de clients sur babar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: d22c5048ce9a2c521c3ad5165b7aa8c7 Il y a 3 caméras + monit qui peuvent se connecter au FTP de babar, donc on autorise plus de 3 connexions simultanées... darcs-hash:20120516115519-108b1-d8be1145d444ccdd30a00449a84bd3fa5afde3ec.gz --- Python/etc/proftpd/proftpd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Python/etc/proftpd/proftpd.conf b/Python/etc/proftpd/proftpd.conf index c9934a1..e948e01 100644 --- a/Python/etc/proftpd/proftpd.conf +++ b/Python/etc/proftpd/proftpd.conf @@ -2,6 +2,8 @@ include("ip") +@# +@# Config geree par bcfg2 @# @# /etc/proftpd.conf -- This is a basic ProFTPD configuration file. @# To really apply changes reload proftpd after modifications. @@ -46,7 +48,7 @@ print 'ServerName "%s"' % hostname @# in standalone mode, in inetd mode you should use an inetd server @# that allows you to limit maximum number of processes per service @# (such as xinetd) -@MaxInstances 3 +@MaxInstances 10 @ @# Set the user and group that the server normally runs at. @User nobody