ispCP - Board - Support
ftp - 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: ftp (/thread-6196.html)

Pages: 1 2 3


RE: ftp - server801 - 03-28-2009 01:29 AM

once gone, once again try to enter error


RE: ftp - BeNe - 03-28-2009 01:35 AM

Can you please post the admin.yourdomain-error.log and the default.log
You find them under /var/logs/apache2/users.

Greez BeNe


RE: ftp - server801 - 03-28-2009 01:41 AM

/var/log/apache2/users/default-error.log
Code:
[Fri Mar 27 18:09:10 2009] [notice] mod_fcgid: call /var/www/ispcp/gui/index.php with wrapper /var/www/fcgi/master/php5-fc$
[Fri Mar 27 18:22:43 2009] [warn] mod_fcgid: read data timeout in 40 seconds
[Fri Mar 27 18:22:43 2009] [error] [client 192.168.1.3] Premature end of script headers: index.php, referer: http://192.16$
[Fri Mar 27 18:22:47 2009] [notice] mod_fcgid: process 4098 going graceful shutdown, sending SIGTERM
[Fri Mar 27 18:22:53 2009] [notice] mod_fcgid: process /var/www/ispcp/gui/freebsd/index.php(4098) exit(communication error$
[Fri Mar 27 18:24:22 2009] [notice] mod_fcgid: call /var/www/ispcp/gui/tools/filemanager/index.php with wrapper /var/www/f$
[Fri Mar 27 18:26:17 2009] [warn] (9)Bad file descriptor: mod_fcgid: can't get data from http client
[Fri Mar 27 18:26:17 2009] [notice] caught SIGTERM, shutting down
[Fri Mar 27 18:26:22 2009] [notice] Apache/2.2.9 (Debian) configured -- resuming normal operations
[Fri Mar 27 18:26:21 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Fri Mar 27 18:26:32 2009] [notice] mod_fcgid: call /var/www/ispcp/gui/tools/filemanager/index.php with wrapper /var/www/f$
[Fri Mar 27 18:26:34 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/tools/filemanager/skins/om$
[Fri Mar 27 18:27:25 2009] [warn] mod_fcgid: read data timeout in 40 seconds
[Fri Mar 27 18:27:25 2009] [error] [client 192.168.1.3] Premature end of script headers: index.php, referer: http://192.16$
[Fri Mar 27 18:27:29 2009] [notice] mod_fcgid: process 4353 going graceful shutdown, sending SIGTERM
[Fri Mar 27 18:27:35 2009] [notice] mod_fcgid: process /var/www/ispcp/gui/tools/filemanager/index.php(4353) exit(communica$
[Fri Mar 27 18:28:24 2009] [notice] mod_fcgid: call /var/www/ispcp/gui/index.php with wrapper /var/www/fcgi/master/php5-fc$
[Fri Mar 27 18:34:22 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/freebsd/styles/black_pearl$
[Fri Mar 27 18:34:24 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/freebsd/styles/black_pearl$
[Fri Mar 27 18:34:28 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/freebsd/styles/black_pearl$
[Fri Mar 27 18:34:32 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/freebsd/styles/black_pearl$
[Fri Mar 27 18:34:32 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/freebsd/styles/black_pearl$
[Fri Mar 27 18:34:32 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/freebsd/styles/black_pearl$
[Fri Mar 27 18:34:32 2009] [error] [client 192.168.1.3] File does not exist: /var/www/ispcp/gui/freebsd/styles/black_pearl$



RE: ftp - BeNe - 03-28-2009 01:46 AM

You always get an timeout:
Code:
[Fri Mar 27 18:22:43 2009] [warn] mod_fcgid: read data timeout in 40 seconds

If you connect with a FTP Client the LogonSpeed is fine ?

Greez BeNe


RE: ftp - server801 - 03-28-2009 01:50 AM

no.very long, connects, sometimes comes, sometimes not
delay of 40 seconds and went, why so?


RE: ftp - BeNe - 03-28-2009 01:55 AM

Quote:no.very long, connects, sometimes comes, sometimes not
Means when you also connect with a lokal FTP Client like gFTP oder FileZilla form you PC to the Server, sometimes it works and sometimes not ??
Is this really so ?

Maybe your Server is too slow ?

Greez BeNe


RE: ftp - server801 - 03-28-2009 02:01 AM

Sorry for my English, using filezilla-it's ok!. if http://youdomain.com/tools/filemanager/- time-out 40 seconds, sometimes your browser gives an error 500
AMD 64 - slow? Smile


RE: ftp - victor531 - 03-28-2009 11:26 AM

server801 please do it

http://www.isp-control.net/forum/thread-5899-page-2.html

and try once again


Victor


RE: ftp - server801 - 03-28-2009 05:58 PM

Thank you very much! Everything turned out! This bug?
how do I fix this?
Code:
The maximum size of one file is restricted by net2ftp to 48828.125 kB and by PHP to 2M



RE: ftp - victor531 - 03-29-2009 11:36 AM

Edit your php.ini
nano /var/www/fcgi/master/php5/php.ini
search
upload_max_filesize = 2M
change it to
upload_max_filesize = 10M

and restart apache

Victor