From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 19 Sep 2003 13:24:43 +0400 From: "Sergey A. Kolesnitchenko" X-Mailer: The Bat! (v1.60) Personal X-Priority: 3 (Normal) Message-ID: <1743977028.20030919132443@mtu-net.ru> To: Igo Subject: Re: [Comm] proFtp & VirtualHost In-Reply-To: <3F6AB1F2.2080704@aeroflot-don.ru> References: <3F6AB1F2.2080704@aeroflot-don.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 09:26:08 -0000 Archived-At: List-Archive: List-Post: Посмотрите файл ftpusers. Там может быть отключен анонимный фтп, т.е. только реальные пользователи могут коннектиться. I> I> ServerName "FTP Server" I> User ftp I> Group ftp I> UserAlias anonymous ftp I> MaxClients 5 "Sorry, the maximum number of allowed users I> are already connected (%m)" I> MaxLoginAttempts 3 I> DeferWelcome on I> DefaultRoot ~ wheel I> DefaultChdir ~ wheel I> I> Order allow,deny I> AllowGroup ftp I> AllowGroup wheel I> Deny from all I> I> I> User ftp I> Group ftp I> AnonRequirePassword off I> UserAlias anonymous ftp I> MaxClients 5 "Sorry, the maximum number of allowed users I> are already connected (%m)" I> RequireValidShell off I> I> AllowAll I> I> I> I> _______________________________________________ I> Community mailing list I> Community@altlinux.ru I> http://www.altlinux.ru/mailman/listinfo/community