Variante A (klappt nicht )
ServerName "ichbins.ch"
ServerIdent on "FTP Server ready."
ServerAdmin
info@ichbins.ch #ServerType standart
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
#DeferWelcome off
# Use this to excude users from the chroot
DefaultRoot ~ !adm
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
Port 21
Umask 002 002
maxInstances 30
User nobody
Group nogroup
AllowOverwrite no
<Limit READ>
DenyAll
</Limit>
<Limit STOR>
AllowAll
</Limit>
# Don't write anonymous accesses to the system wtmp file (good idea!)
WtmpLog off
<VirtualHost kunde1.ch>
DefaultRoot /home/www.kunde1.ch
ServerName "
www.kunde1.ch"
</VirtualHost>
<VirtualHost kunde2.ch>
DefaultRoot /home/www.kunde2.ch
</VirtualHost>
<VirtualHost kunde3.ch>
DefaultRoot /home/www.kunde3.ch
</VirtualHost>
<VirtualHost kunde4.ch>
ServerName "ichbins.ch"
ServerIdent on "FTP Server ready."
ServerAdmin
info@ichbins.ch #ServerType standart
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
#DeferWelcome off
# Use this to excude users from the chroot
DefaultRoot ~ !adm
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
Port 21
Umask 002 002
maxInstances 30
User nobody
Group nogroup
AllowOverwrite no
<Limit READ>
DenyAll
</Limit>
<Limit STOR>
AllowAll
</Limit>
# Don't write anonymous accesses to the system wtmp file (good idea!)
WtmpLog off
<VirtualHost kunde1.ch>
defaultroot ~
ServerName "
www.kunde1.ch"
</VirtualHost>
<VirtualHost kunde2.ch>
defaultroot ~
</VirtualHost>
<VirtualHost kunde3.ch>
defaultroot ~
</VirtualHost>
<VirtualHost kunde4.ch>
defaultroot ~
</VirtualHost>
Veriante B (klappt auch nicht )
ServerName "ichbins.ch"
ServerIdent on "FTP Server ready."
ServerAdmin
info@ichbins.ch #ServerType standart
DefaultServer on
AccessGrantMsg "User %u logged in."
#DisplayConnect /etc/ftpissue
#DisplayLogin /etc/ftpmotd
#DisplayGoAway /etc/ftpgoaway
#DeferWelcome off
# Use this to excude users from the chroot
DefaultRoot ~ !adm
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
Port 21
Umask 002 002
maxInstances 30
User nobody
Group nogroup
AllowOverwrite no
<Limit READ>
DenyAll
</Limit>
<Limit STOR>
AllowAll
</Limit>
# Don't write anonymous accesses to the system wtmp file (good idea!)
WtmpLog off
<VirtualHost kunde1.ch>
DefaultRoot /home/www.kunde1.ch
ServerName "
www.kunde1.ch"
</VirtualHost>
<VirtualHost kunde2.ch>
DefaultRoot /home/www.kunde2.ch
</VirtualHost>
<VirtualHost kunde3.ch>
DefaultRoot /home/www.kunde3.ch
</VirtualHost>
<VirtualHost kunde4.ch>
DefaultRoot /home/www.kunde4.ch
</VirtualHost>
Wo ligt der Fehler??
/