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

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