• 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 Jose de Vega

  1. J

    Issue All Domains Apache2/Error 500

    Solution for fix all domains: Update /opt/psa/admin/conf/templates/default/service/php_over_fpm.php file from: <IfModule mod_proxy_fcgi.c> <Files ~ (\.php$)> SetHandler proxy:<?php echo $VAR->domain->physicalHosting->fpmSocket ?>|fcgi://127.0.0.1:9000 </Files> </IfModule>...
  2. J

    Issue All Domains Apache2/Error 500

    Temporal solution that works for me: Updating on file /var/www/vhosts/system/example.com/conf/httpd.conf: SetHandler proxy:unix:///var/www/vhosts/system/example.com/php-fpm.sock|fcgi://127.0.0.1:9000 to SetHandler...
Back
Top