Proftpd viens d'arriver en 2012
This commit is contained in:
parent
305e17db5a
commit
5a59dc6694
|
@ -55,14 +55,13 @@ PassivePorts 49152 65534
|
|||
<Directory /var/alternc/html>
|
||||
Umask 022 022
|
||||
AllowOverwrite on
|
||||
# Limit the allowed bandwith for each connexion, prevent ressource hold-up ;)
|
||||
TransferRate RETR 64
|
||||
TransferRate APPE,STOR 64
|
||||
|
||||
AllowAll
|
||||
<Limit SITE_CHMOD>
|
||||
AllowAll
|
||||
</Limit>
|
||||
</Directory>
|
||||
|
||||
MaxClientsPerHost 6 "Sorry, no more than 6 simultaneous connections"
|
||||
MaxClientsPerHost 8 "Sorry, no more than 8 simultaneous connections"
|
||||
AccessGrantMsg "Welcome on AlternC, %u"
|
||||
|
||||
# database@host:port login password
|
||||
|
@ -116,16 +115,8 @@ SQLMinID 33
|
|||
|
||||
# We don't use Unix rights managment on AlternC, so let's hide real owner/group/rights
|
||||
DirFakeGroup on alternc
|
||||
DirFakeMode 0640
|
||||
DirFakeUser on ~
|
||||
|
||||
# And chmod command is forbidden too :
|
||||
<Limit SITE_CHMOD>
|
||||
DenyAll
|
||||
</Limit>
|
||||
|
||||
UseIPv6 off
|
||||
|
||||
# Log file by default
|
||||
SystemLog /var/log/proftpd/proftpd.log
|
||||
TransferLog /var/log/proftpd/xferlog
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Bienvenue sur %%hosting%%,
|
||||
Quota de 6 connexions simultanees dans cette classe,
|
||||
Quota de 8 connexions simultanees dans cette classe,
|
||||
Bonne journée ;)
|
||||
|
||||
Welcome at %%hosting%%,
|
||||
6 connections maximum on this class,
|
||||
8 connections maximum on this class,
|
||||
Have a nice day ;)
|
||||
|
|
Loading…
Reference in New Issue