Hi,
habe das selbe Problem. bei meinem VirtualHost dauert das connecten ziemlich lange wie als würde UseReverseDNS und IdentLookups ausschalten owbohl ich die an hab.
und wenn ich die nochmal seperat wie der kollege oben schon nannte, rein schreibe aktzeptiert er das nicht und sagt dass es nicht zulässig ist
mal zur verdeutlichung
<VirtualHost>
...
UseReverseDNS off
IdentLookups off
...</VirtualHost>
hab auch versucht die beiden zwischen <global> zu packen aber das schlug fehl genau die selbe fehlermeldung wie oben
ServerName "c3nk's Server"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
ListOptions "-l"
DenyFilter \*.*/
<Global>
AllowStoreRestart on
AllowOverwrite on
AllowRetrieveRestart on
HiddenStor off
AllowForeignAddress on
</Global>
UseReverseDNS off
IdentLookups off
DefaultRoot /home/ftp
RequireValidShell off
# Port 21 is the standard FTP port.
Port 5190
MaxInstances 30
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
Umask 022 022
PassivePorts 60000 60100
AuthUserFile /ftplogin/passwd
<VirtualHost 89.xx.xx.xx>
DefaultRoot /PFAD
ServerName "name"
Port 5190
</VirtualHost>
MfG
c3ngiz