ProFTPD is So SLOOOWWWWWW! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: ProFTPD is So SLOOOWWWWWW! (/thread-5572.html) |
ProFTPD is So SLOOOWWWWWW! - lschafroth - 01-30-2009 12:13 PM I had the same problem with ProFTPD when using ispcontrol panel. The fix was to add: UseReverseDNS off IdentLookups off Those are already in the proftpd.conf file and using the ftp server is useless it is so slow. If you double click on a directory you can go get coffee, put in the creamer, stir, come back, grab the paper on the way and get back just in time to see it finally go into the directory you wanted, which has about 3 files in it. Lannie PS Running Debian Etch, ispcp RC7. System before that which worked with the settings above was CentOS 5.2 RE: ProFTPD is So SLOOOWWWWWW! - BeNe - 01-30-2009 06:18 PM And why did you changed it ? Means that ispCP comes per default with a fast Proftpd ? Greez BeNe RE: ProFTPD is So SLOOOWWWWWW! - ceco91 - 01-30-2009 08:27 PM Or maybe you can compile PureFTPd is much more faster RE: ProFTPD is So SLOOOWWWWWW! - lschafroth - 01-30-2009 11:46 PM (01-30-2009 06:18 PM)BeNe Wrote: And why did you changed it ? I didnt change anything. read my post carefully. I'm asking HOW to change it so it is not so DARN slow. Lannie RE: ProFTPD is So SLOOOWWWWWW! - BeNe - 01-30-2009 11:56 PM Quote:I didnt change anything. read my post carefully.I did! Quote:I had the same problem with ProFTPD when using ispcontrol panel.Which "same" Problem ? Quote:The fix was to add:Means that you "fixed" (changed) this or not ? There was a Thread in the German Section -> http://www.isp-control.net/forum/showthread.php?tid=5517&pid=44198#pid44198 The Problem was/is the new Proftp Config which includes the customer files. Code: Include /etc/proftpd/ispcp/* Greez BeNe RE: ProFTPD is So SLOOOWWWWWW! - simple - 03-04-2009 09:45 AM I have to dig this up again: what the threadstarter meant at the beginning: with older versions of icpcp you could add Code: UseReverseDNS off Like BeNe suggested I disabled the line Code: #Include /etc/proftpd/ispcp/* However the line is included in the standard config, and even 3 seconds is pretty much for a simple login. The server has around 200 domains, that should not be too much. Any solutions? Changing the standard config would be mandatory, as an option with this much (negative) influence on the speed of any component should be disabled by default.[/code] |