Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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...
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...
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...
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...