Please help! error reading data from FastCGI server

Discussion in 'General' started by xciso, Dec 15, 2012.

  1. xciso

    xciso Member

    Hello.
    I have a VPS server thats running ispconfig 3.
    It has worked great for soon 2 years, but now I have a big problem.

    I have a webshop that i installed a new extension too last night.
    The extension shell do a XML file like pricerunner, (prisjakt.se)

    The first thing is that the extension is verry memory hungry.
    I have now set in /etc/php5/cgi/php.ini:
    Code:
    memory_limit	2048M
    Code:
    max_execution_time	180
    If I dont do this I get errors for it. I dont understand how this can process 2048mb.
    Now i get error 500.
    Url too the file i will show is: www.bjarud.se/index.php?route=feed/prisjaktprice

    When i look at the logs i get theese error now:
    Code:
    (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
    Premature end of script headers: index.php
    Please help!
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. xciso

    xciso Member

    I checked that URL and what I can understand he fix that with "fcgidBusyTimeout".

    But where should I insert that?
     
  4. xciso

    xciso Member

    Hello again.
    I have now checked my file /etc/apache2/sites-available/my-site.com.vhost

    There i can see this:
    Code:
    <IfModule mod_fcgid.c>
    IdleTimeout 300
    ProcessLifeTime 3600
    # MaxProcessCount 1000
    DefaultMinClassProcessCount 0
    DefaultMaxClassProcessCount 100
    IPCConnectTimeout 360
    IPCCommTimeout 360
    BusyTimeout 300
    </IfModule>
    So what I can understand I already have BusyTimeout enabled.
    Please help!
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Maybe you need to increase the value.
     

Share This Page