ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] proFtp & VirtualHost
@ 2003-09-19  7:36 Igo
  2003-09-19  9:24 ` Sergey A. Kolesnitchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Igo @ 2003-09-19  7:36 UTC (permalink / raw)
  To: community

Никак не получается войти под анонимом на ftp1.xxx.ru - Login incorrect
что нетак ткните.
ServerName            "BIS FTP server"
ServerType            inetd
Port                21

User                ftp
Group                ftp
UserAlias            anonymous ftp

MaxInstances                    30
TimeoutStalled            900
UseReverseDNS                off

Bind                 х.х.х.х

LogFormat    default "%h %l %u %t \"%r\" %s %b"
LogFormat     auth    "%v [%P] %h %t \"%r\" %s"
LogFormat     write   "%h %l %u %t \"%r\" %s %b"

TransferLog            /var/spool/proftpd/xferlog.legacy
ExtendedLog            /var/spool/proftpd/access.log WRITE,READ write
ExtendedLog            /var/spool/proftpd/access.log AUTH auth

<Global>
    Umask        022
    AllowOverwrite    on
    IdentLookups    off
</Global>

<Limit WRITE>
    DenyAll
</Limit>

<VirtualHost ftp1.xxx.ru>
  ServerName            "FTP Server"
  User                ftp
  Group                ftp
  UserAlias            anonymous ftp
  MaxClients            5 "Sorry, the maximum number of allowed users 
are already connected (%m)"
  MaxLoginAttempts 3
  DeferWelcome            on
  DefaultRoot    ~ wheel
  DefaultChdir    ~  wheel
  <Limit LOGIN>
    Order allow,deny
    AllowGroup ftp
    AllowGroup wheel
    Deny from all
  </Limit>

  <Anonymous /home/igo/ftp.xx>
    User            ftp
    Group            ftp
    AnonRequirePassword        off
    UserAlias            anonymous ftp   
    MaxClients            5 "Sorry, the maximum number of allowed users 
are already connected (%m)"
    RequireValidShell         off
    <Limit LOGIN>
      AllowAll
    </Limit>
  </Anonymous>

</VirtualHost>





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] proFtp & VirtualHost
  2003-09-19  7:36 [Comm] proFtp & VirtualHost Igo
@ 2003-09-19  9:24 ` Sergey A. Kolesnitchenko
  2003-09-19 10:38   ` Igo
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey A. Kolesnitchenko @ 2003-09-19  9:24 UTC (permalink / raw)
  To: Igo

Посмотрите файл ftpusers. Там может быть отключен анонимный фтп, т.е.
только реальные пользователи могут коннектиться.

I> <VirtualHost ftp1.xxx.ru>
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>   <Limit LOGIN>
I>     Order allow,deny
I>     AllowGroup ftp
I>     AllowGroup wheel
I>     Deny from all
I>   </Limit>

I>   <Anonymous /home/igo/ftp.xx>
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>     <Limit LOGIN>
I>       AllowAll
I>     </Limit>
I>   </Anonymous>

I> </VirtualHost>



I> _______________________________________________
I> Community mailing list
I> Community@altlinux.ru
I> http://www.altlinux.ru/mailman/listinfo/community




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] proFtp & VirtualHost
  2003-09-19  9:24 ` Sergey A. Kolesnitchenko
@ 2003-09-19 10:38   ` Igo
  0 siblings, 0 replies; 3+ messages in thread
From: Igo @ 2003-09-19 10:38 UTC (permalink / raw)
  To: community

ftp реальный пользователь а на него сделан алиас UserAlias anonymous ftp.
Я думал proftp  неиспользует его,  мне казалось это для ftpd (я на 
freeBSD может в этом все дело)
вписал я ftp но всеравно не работает.


cs# cat /etc/ftpusers
# $FreeBSD: src/etc/ftpusers,v 1.6.2.3 2002/06/30 17:57:17 des Exp $
#
# list of users disallowed any ftp access.
# read by ftpd(8).
root
toor
daemon
operator
ftp




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-19 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-19  7:36 [Comm] proFtp & VirtualHost Igo
2003-09-19  9:24 ` Sergey A. Kolesnitchenko
2003-09-19 10:38   ` Igo

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git