I've been running pure-ftpd, but it doesnt track FTP bandwidth usage which is a problem. Is there a way to get bandwidth tracking working or is my only option to switch to the horrible pro-ftpd?
chirpy
May 13 2004, 03:24 PM
QUOTE
switch to the horrible pro-ftpd
What don't you like in proftpd? I find it to be an excellent FTP Server. If it's connection speed issues, then there are a couple of simple tweaks that fix that.
Shanlar
May 13 2004, 03:47 PM
ya mainly it is the connection speed, sometimes it takes 30 seconds just to log in and that gets annoying.
any tweaks for it would be appreciated
chirpy
May 13 2004, 04:03 PM
No problem:
On a cPanel server, put these directives at the top of of /etc/proftpd.conf
AuthPAM off
UseReverseDNS off
AuthPam can be disabled because cPanel uses its own passwd files. UseReverseDNS just isn't needed and is the main cause of connection slowdown.
Shanlar
May 14 2004, 05:55 AM
i added those in but it didnt seem to help at all, any idea why?
chirpy
May 14 2004, 09:07 AM
Since on cPanel it runs in daemon mode rather than through tcpwrappers - did you stop and restart it?