Server rejecting connections - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Server rejecting connections (/thread-7197.html) |
Server rejecting connections - bigbob85 - 07-11-2009 06:03 PM Hey, I got my ispCP fully installed and working. I've managed to make my 3 seperate domains fine. I cant seem to make any FTP users though. Well, I can, but I cant use them. My FTP client (CuteFTP) spits this back at me. Quote:ERROR:> [11/07/2009 5:30:38 PM] The remote host actively refused the attempt to connect to it. And im getting a similar error with mail. Im not sure if its the same problem or not, but im unable to login via root to phpmyadmin (which I think may be disabled by disabling 'remote root connections'). When setting the directory for my FTP user, I click the "Choose dir" thing, and the next page gives me the error of Quote:Can not open directory ! Im thinking if its doing a FTP connection to query the directory structure... it could be not being able to connect. One other thing I did after searching the forums, was change my vftp password in mysql (from my root account), I just remove the $ _ and that, so its nice and alphanumeric for deubgging sake, I also made the change in /etc/proftpd/proftpd.conf. Any ideas? RE: Server rejecting connections - bigbob85 - 07-11-2009 07:47 PM The FTP problem was fixed by going Code: chmod -R 755 /var/log |