Changeset 29 for install/scripts/etc/proftpd.conf
- Timestamp:
- 02/21/06 23:27:54 (7 years ago)
- File:
-
- 1 edited
-
install/scripts/etc/proftpd.conf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
install/scripts/etc/proftpd.conf
r14 r29 1 1 # 2 2 # Fichier de configuration de ProFTPd pour AlternC 3 # $Id: proftpd.conf,v 1. 1 2003/03/27 23:39:18 jonathanExp $3 # $Id: proftpd.conf,v 1.2 2003/04/04 05:01:39 root Exp $ 4 4 5 5 ServerName "%%hosting%%" … … 36 36 Umask 022 022 37 37 AllowOverwrite on 38 # Limit e la BP par connexion, c'est plus sympa pour les autres ;)38 # Limit the allowed bandwith for each connexion, prevent ressource hold-up ;) 39 39 RateReadBPS 65535 40 40 RateWriteBPS 65535 … … 42 42 </Directory> 43 43 44 MaxClientsPerHost 3 "Sorry, no more than 3simultaneous connections"44 MaxClientsPerHost 6 "Sorry, no more than 6 simultaneous connections" 45 45 AccessGrantMsg "Sois le bienvenu sur AlternC, oh %u" 46 46 … … 63 63 SQLMinID 33 64 64 65 # On n'utilise pas la gestion de droits Unix, donc on cache tout par defaut ;)65 # We don't use Unix rights managment on AlternC, so let's hide real owner/group/rights 66 66 DirFakeGroup on foo 67 67 DirFakeMode 0640 68 68 DirFakeUser on bar 69 69 70 # Et on interdit les commandes chmod :70 # And chmod command is forbidden too : 71 71 <Limit SITE_CHMOD> 72 72 DenyAll 73 73 </Limit> 74
Note: See TracChangeset
for help on using the changeset viewer.
