Jump to content

500 error during csv import


Recommended Posts

Hi,

 

if someone has problems with timeout during importing high quantities of products and get '500 error' after 60 sec or so, try the following. I have been lucky with it. Will work in case your server error log is showing a warning like this:

 

"mod_fcgid: read timeout from pipe"

 

I am using apache server on windows atm.

 

Add this to your /apache/conf/httpd.conf and restart your server. Don't know if restart is necessary.

<IfModule fcgid_module>
	    FcgidIOTimeout 1200
	    FcgidConnectTimeout 1200
	    FcgidBusyScanInterval 1200
	    FcgidBusyTimeout 1200
	    FcgidErrorScanInterval 1200
	    FcgidIdleScanInterval 1200
	    FcgidIdleTimeout 1200
	    FcgidProcessLifeTime 3600
	    FcgidZombieScanInterval 1200
</IfModule>
Edited by adversor (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...