ispCP - Board - Support
[HOWTO] Fix Error 500 Messages when uploading Data - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HOWTO] Fix Error 500 Messages when uploading Data (/thread-12923.html)



[HOWTO] Fix Error 500 Messages when uploading Data - MasterTH - 02-21-2011 08:49 PM

i had some problems with latest ispcp 1.0.7 when customers tried to upload data in netftp or something else. Really small files worked but files bigger then 100k run into error 500.

i'm running debian squeeze in openvz.

What i figured out ist that the following to values are set to small by default:

The values are not listed in /etc/apache2/mods-enabled/fcgid_ispcp.conf so you have to add them.

Code:
FcgidConnectTimeout 60
  MaxRequestLen 134217728

these are my values to allow customers to upload 128M big files. After restarting apache everythin works fine.


RE: [HOWTO] Fix Error 500 Messages when uploading Data - Servera - 06-04-2011 07:41 PM

(02-21-2011 08:49 PM)MasterTH Wrote:  i had some problems with latest ispcp 1.0.7 when customers tried to upload data in netftp or something else. Really small files worked but files bigger then 100k run into error 500.

i'm running debian squeeze in openvz.

What i figured out ist that the following to values are set to small by default:

The values are not listed in /etc/apache2/mods-enabled/fcgid_ispcp.conf so you have to add them.

Code:
FcgidConnectTimeout 60
  MaxRequestLen 134217728

these are my values to allow customers to upload 128M big files. After restarting apache everythin works fine.

Wow big thanks!
It works.


RE: [HOWTO] Fix Error 500 Messages when uploading Data - bitstorm - 08-09-2011 11:56 PM

OMFG, thanks a lot!!!!! Big GrinBig GrinBig Grin


RE: [HOWTO] Fix Error 500 Messages when uploading Data - borzos - 05-10-2013 06:16 AM

Fucking work! Thanks man! SmileSmile