[Comm] proFtp & VirtualHost

Igo =?iso-8859-1?q?igo_=CE=C1_aeroflot-don=2Eru?=
Пт Сен 19 11:36:18 MSD 2003


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






Подробная информация о списке рассылки community