Quote
Ubuntu Desktop 12.04 "Precise Pangolin
i-MSCP Version 1.1.18
Apache FCGID & courier
I am trying to import from a csv products 6000 , in an intel atom computer worked fine ( with ISCP ) but now I have a xeon 4c / 8t and gives internal server error.
LOG Apache:
- [Thu Nov 27 11:28:50 2014] [error] [client 84.127.135.215] Premature end of script headers: index.php, referer: http://informaticapuente.com/admin1987/index.php?controller=AdminImport&token=4fc369976e60bf50595f9fb1e3de6a74
php.ini on informaticapuente.com i change:
- ;;;;;;;;;;;;;;;;;;;; Resource Limits ;;;;;;;;;;;;;;;;;;;;; Maximum execution time of each script, in seconds; http://php.net/max-execution-time; Note: This directive is hardcoded to 0 for the CLI SAPImax_execution_time = 0; Maximum amount of time each script may spend parsing request data. It's a good; idea to limit this time on productions servers in order to eliminate unexpectedly; long running scripts.; Note: This directive is hardcoded to -1 for the CLI SAPI; Default Value: -1 (Unlimited); Development Value: 60 (60 seconds); Production Value: 60 (60 seconds); http://php.net/max-input-timemax_input_time = -1
/etc/apache2/mods-available/fcgid_imscp.conf
- <IfModule fcgid_module>
- AddHandler fcgid-script .php .php5
- FcgidConnectTimeout 60
- FcgidMaxRequestsPerProcess 500
- FcgidMaxRequestLen 1073741824
- FcgidPassHeader AUTHORIZATION
- FcgidFixPathinfo 1
- FcgidIOTimeout 18000
- FcgidBusyTimeout 7200
- FcgidBusyScanInterval 240
- FcgidIdleScanInterval 150
- FcgidIdleTimeout 18000
- FcgidProcessLifeTime 600
- FcgidMaxProcesses 100
- FcgidMaxProcessesPerClass 10
- FcgidMinProcessesPerClass 0
- # SECTION custom BEGIN.
- # SECTION custom END.
- </IfModule>
Display More
to upload the csv than three hours , but if this computer is more powerful not understand the ruling, cpu load 0.66 , I can use more porcesador to take less to import.
I read post:
Error 500 - WHMCS
but not German and my English is not very good.
Thankss