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.
Whadda ya know! I stumbled across a similar error like mine:
php7.0-fpm.service: Start operation timed out. Terminating. - Raspberry Pi Forums
And so I simply installed the Debian -- Informationen über Paket rng-tools in stretch in my system and bam! it just works now.
If anyone has an...
Also not fixed by
# plesk repair web -php-handlers -php-fpm-configuration
Another info: the webpage works like a charm with the new PHP version - exactly until the timeout happens %)
I just got aware the there is a timeout after assigning the new PHP version in the backend:
● php82-fpm.service - The PHP 8.2 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php82-fpm.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/php82-fpm.service.d...
I installed a custom PHP version in order to be able to use PHP parallel extension.
After the installation, the service was missing, so I set it up by copying
plesk-php82-fpm.service and the directory plesk-php82-fpm.service.d/
I then registered the new PHP version according to this article...
Oh dear .... I figured it out :rolleyes:
Your last message made me crawl into my memory ... and then I found it: I set up additional apache-directives some years ago %)
<Files ~ (\.php$)>
SetHandler fcgid-script
Options +ExecCGI
FCGIWrapper...
Hm ... I wouldn't know where to start to look for changes on the symbolic links?
You mean: tries to start FPM ... but really starts the system PHP version?
a) php.ini exists in
/etc/php/7.2/cgi/
:
73K Jan 2 2022 php.ini
--> changed the PHP Handler to 7.4FPM, then back to 8.1FPM
--> Same result, phpinfo still says
PHP Version 7.2.24-0ubuntu0.18.04.16
b) yes, the .conf file for the domain in question exists in the directory...
Symptom: I try to set tht PHP handler of a website in Domain settings to PHP 8.1 FPM. When I open up the phpinfo() of this website it says:
PHP Version 7.2.24-0ubuntu0.18.04.16
Configuration File (php.ini) Path
/etc/php/7.2/cgi
Loaded Configuration File
/etc/php/7.2/cgi/php.ini
The domain...
Is there a manual for the statistics programm?
/usr/local/psa/admin/sbin/statistics --generate-domain-webstat --domain-name=MYDOMAIN
runs for a minute, but doesn't do anything at all?
I already restarted the server several times and yesterday I performed an update to 9.5.4, yet I couldn't access the control panel.
Howerver, meanwhile I figured out that my hoster blocked the ports in the firewall .... and fixed it.