[SOLVED][Ubuntu] Slow login with proftpd - 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: [SOLVED][Ubuntu] Slow login with proftpd (/thread-6534.html) Pages: 1 2 |
RE: [Ubuntu] Slow login with proftpd - kilburn - 05-05-2009 11:53 PM Is it a test or production machine? Would you let me take a look to it? (at least with a test ftp user/pass, better if I could get root access to see logs and change the config) RE: [Ubuntu] Slow login with proftpd - Obli - 05-06-2009 12:52 AM i have two machines. a small vserver for config tests and a root for productive work RE: [Ubuntu] Slow login with proftpd - kilburn - 05-06-2009 05:06 AM Ok, I think I've got it! It is as simple as adding the following line to your proftpd.conf... Code: AuthOrder mod_sql.c Code: DelayEngine off RE: [Ubuntu] Slow login with proftpd - BeNe - 05-06-2009 05:50 AM Make sense with the AuthOrder If this is the solution to speed up, we should add it to the trunk. Greez BeNe RE: [Ubuntu] Slow login with proftpd - kilburn - 05-06-2009 06:29 AM Yeah, it is the solution to the delay thing (obli confirm it please). Despite that, I wouldn't disable the DelayEngine because it is a security-related recommended setting... RE: [Ubuntu] Slow login with proftpd - BeNe - 05-06-2009 03:38 PM Quote:Despite that, I wouldn't disable the DelayEngine because it is a security-related recommended setting...Of course, i never talked about the DelayEngine engine Fine, so must add it to the trunk. Should i open a Ticket ? Greez BeNe RE: [Ubuntu] Slow login with proftpd - Obli - 05-09-2009 03:02 AM Everything ok, tested it and it's faster. But I leave it activated for security reasons. ;D |