I setup debian and ISPConfig using this how to http://www.howtoforge.com/perfect_setup_debian_sarge And I have two big problems for now. 1. FTP server cant connect because I am behind router, I read almost everything before posting here and nothing helped me. FTP server forks perfect inside router. I have linksys befsx41 I put passv ports in proftp.cnf but it seems like didnt do anything ftp is still using the all ports I try with masquerade but seems like not working. Please help me on that. 2. when I try to instal ipb forum on test account with real domain I gotthis strange error Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 130 bytes) in /var/www/web8/web/ips_kernel/class_xml.php on line 646 Any idea about this???
Did you try both active and passive transfers in your FTP client? Does your router forward port 21 to your ISPConfig system? Increase memory_limit in /etc/php4/apache2/php.ini and restart Apache.
Yas I did try both, then I check once again proftp.cn and ispconf_proftp.cnf and there was a little mess I did, with IPs in virtual host and other one so that is why passiv didnt work on server. Then I put thing like it should be and the ports was as should be and server was in passive mode, then I have more problems with router, because somethimes connection was made with no problems and somethimes no way to make connection, then I change router and after port forwarding everything work perfect. The router was Linksys BEFSX41. I found the php.ini and I modified, so then was no problems with that also. but now after I already think that the problems was over I try to CHMOD with ftp client and it wont go, then I CHMOD with ftp from ISPConfig. Is it possible that the cuteftp is problem or problem is somewhere alse? Should I try witn different ftp client? How can I increase the import value in phpmyadmin to upload beckup mysql tables
Please check /etc/proftpd.conf if you have something like this in it: Code: <Limit SITE_CHMOD> DenyAll </Limit> If you do, comment it out and restart Proftpd.
I have commented out. It was the client, I try then with wsftp pro and there was no problem CHMOD anything. Falko THANKS for your help