Quote:
|
Originally Posted by Raffnix
I installed the same today on my production server (again), where I start with a minimal Debian 3.1 Image and continue then too with Perfect Setup Howto - Result: FTP offline, connection with client possible, with WebFTP: "Could not connect to localhost."

|
You already have
in your /etc/proftpd.conf, right?
Can you add this:
Code:
<VirtualHost 127.0.0.1>
DefaultRoot ~
AllowOverwrite on
Umask 002
</VirtualHost>
right before
Code:
Include /etc/proftpd_ispconfig.conf
and restart ProFTPd?