• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Ulugbek

  1. U

    Question How to change PHP_FCGI_MAX_REQUESTS value?

    I got this error when I add PHP_FCGI_MAX_REQUESTS after FcgidMaxRequestsPerProcess 500. Error: Reloading web server: apache2 failed! Output of config test was: AH00526: Syntax error on line 26 of /etc/apache2/mods-enabled/fcgid.conf: Invalid command 'PHP_FCGI_MAX_REQUESTS', perhaps misspelled or...
  2. U

    Question How to change PHP_FCGI_MAX_REQUESTS value?

    With or Without "FcgidInitialEnv"
  3. U

    Question How to change PHP_FCGI_MAX_REQUESTS value?

    I do not have httpd folder in etc directory. Or did you mean /etc/apache2/mods-available/fcgid.conf? If yes, Should I just add inside <IfModule mod_fcgid.c> as other Fcgid configurations are written? Like "PHP_FCGI_MAX_REQUESTS 10000"? I have seen on the web that many others use the word...
  4. U

    Question How to change PHP_FCGI_MAX_REQUESTS value?

    I cannot find the location of the conf file where I can change the value of PHP_FCGI_MAX_REQUESTS. Info about the system: Debian, php7, FAST-CGI, Apache 2.4, Plesk Onyx 17. I need to use this in order to solve the error (32)Broken pipe..mod_fcgid: ap_pass_brigade failed in handle_request_ipc...
  5. U

    Can Apache work with PHP-FPM?

    Thank you very much for the links. I could manage to solve the problem. Now the server is running on Apache and Nginx with PHP-FPM.
  6. U

    Can Apache work with PHP-FPM?

    I am very confused. I have installed apache, plesk on my ubuntu server. As my website grow, I wanted to speed up my processes. That is why I installed Nginx web server and php-fpm support for nginx via plesk web page. I know that the website is still running on Apache. Via services, I see that...
Back
Top