ispCP - Board - Support
[SOLVED] Upload problem - 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] Upload problem (/thread-13977.html)



[SOLVED] Upload problem - sumfvm - 05-15-2011 05:52 AM

Hi all,

I have a problem: I can't upload a 3.48MB file with Net2ftp php or java (JUpload) because I get theses errors:

- Error 101 with my browser (tested with Chromium and IE9),
- "Server disconnected:Connection reset by peer: socket write error" with JUpload

I check my php conf (/var/www/fcgi/master/php5/php.ini, isn't it?) and increase the max_execution_time value from 30 to 120, permit to use 128M by a php process, permit upload up to 50M, restart Apache2 process but no change...

Any idea?

Regards,


RE: Upload problem - kilburn - 05-15-2011 05:42 PM

OS/Distro/Version/Ispcp version?

This is probably a mod_fcgid issue. Check /etc/apache2/mods-available/fcgid_ispcp.conf and the mod_fcgid documentation to see what options can you change.


RE: Upload problem - sumfvm - 05-24-2011 01:16 AM

After a reboot, the problem simply disappear...