ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Igo <igo@aeroflot-don.ru>
To: community@altlinux.ru
Subject: [Comm] proFtp & VirtualHost
Date: Fri, 19 Sep 2003 11:36:18 +0400
Message-ID: <3F6AB1F2.2080704@aeroflot-don.ru> (raw)

Никак не получается войти под анонимом на 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>





             reply	other threads:[~2003-09-19  7:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-19  7:36 Igo [this message]
2003-09-19  9:24 ` Sergey A. Kolesnitchenko
2003-09-19 10:38   ` Igo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F6AB1F2.2080704@aeroflot-don.ru \
    --to=igo@aeroflot-don.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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