• 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 RDrake

  1. R

    Issue Custom PHP FPM configuration. Configuration file disappears when registering with php_handler

    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...
  2. R

    Issue Custom PHP FPM configuration. Configuration file disappears when registering with php_handler

    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 %)
  3. R

    Issue Custom PHP FPM configuration. Configuration file disappears when registering with php_handler

    Further info: this is not fixed by executing plesk repair web mydomain.de
  4. R

    Issue Custom PHP FPM configuration. Configuration file disappears when registering with php_handler

    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...
  5. R

    Issue Custom PHP FPM configuration. Configuration file disappears when registering with php_handler

    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...
  6. R

    Resolved PHP FPM stuck on OS vendor version

    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...
  7. R

    Resolved PHP FPM stuck on OS vendor version

    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?
  8. R

    Resolved PHP FPM stuck on OS vendor version

    Hm ... using fastCGI instead of PHP FPM might be a makeshift solution. But it would be best if I could repair the FPM ....
  9. R

    Resolved PHP FPM stuck on OS vendor version

    Before the change <Directory /var/www/vhosts/<mydomain>/httpdocs> <IfModule mod_fcgid.c> <Files ~ (\.fcgi$)> SetHandler fcgid-script Options +ExecCGI...
  10. R

    Resolved PHP FPM stuck on OS vendor 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...
  11. R

    Resolved PHP FPM stuck on OS vendor version

    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...
  12. R

    Awstats not building static pages

    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?
  13. R

    Awstats not building static pages

    Exact same problem here. Any hints or solutions are greatly appreciated.
  14. R

    Can't access adminpage

    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.
  15. R

    Can't access adminpage

    I still have no real idea, why the admin panel doesn't load. However, I noticed that the httpsd.conf and httpsd.conf.def are both empty. But why?
Back
Top