Welche Logs?


  • I will try it this afternoon.
    The first line: <IfModule fcgid_module> must not be <IfModule mod_fcgid.c> as in the configuration file befor?


    Thanks in advance

  • Re;


    Both should work normally ;)


    BTW: If you are using an old mod_fcgi version, try this one instead. It's exactly the same thing but using old naming convention:



    Ref: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().


  • Hello,


    Ok thx you very much for your help, i will try that this afternoon and restart the server.
    What are now the changes now exactly?

  • Re;


    The changes are about how many FastCGI applications (PHP) that each customer is allowed to spawn (here 20) and the total number of FastCGI applications (PHP) process (here 150). Also, some timeout values were increased to fit with large downloads through PHP.


    Could be great also to see the content of one of your wrapper to ensure they are ok (file under /var/www/fcgi/domain.tld/)


    Thanks

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().

  • Ok Thank you.


    What do you mean about that:
    Could be great also to see the content of one of your wrapper to ensure they are ok (file under /var/www/fcgi/domain.tld/)



    EDIT: in diese Folder: /var/www/fcgi/domain.tld/ i have:
    php (FOLDER with php.ini)
    and php5-fcgi-starter


    Thx

    Edited once, last by andy-lu ().

  • Re ;


    Content of php5-fcgi-starter

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206


  • Re ;


    Content of php5-fcgi-starter


    Content of php5-fcgi-starter



    All fine with them?

    Edited once, last by andy-lu ().

  • Content of php5-fcgi-starter



    All fine with them?


    Ok for all these files, remove the following lines:


    Code
    1. PHP_FCGI_CHILDREN=2export PHP_FCGI_CHILDREN


    and add this line


    Code
    1. export PHP_FCGI_MAX_REQUESTS=600


    And then restart Apache again.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().


  • Ok thank you i will apply that only in the affected Account, this change also the same as the other config for more php executes?

  • I have noticed that only the web of a certain Domain is affected to this problem, do it help if i change only the Content of php5-fcgi-starter or must i change both that you have said?


    The Problem is that the site get the error 503, is coming from the same issue? i don't have change the config yet


    Thanks in advance.

    Edited once, last by andy-lu ().