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

  1. P

    Issue AuthorizationManager check failed. + CategoryInfo : SecurityError: (:) [], ParentContainsErrorRecor

    If i try to open link directly cron page execute correctly if i put the url inside plesk i get this error: AuthorizationManager check failed. + CategoryInfo : SecurityError: :)) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnauthorizedAccess
  2. P

    Resolved wordpress permalinks don't work with nginx

    thx for reply, with this 2 rewrite rules if (for example) i load an image php will be used?
  3. P

    Resolved wordpress permalinks don't work with nginx

    Hi, this rewrite rule doesn't work. location / { try_files $uri $uri/ /index.php?$args; } this one works: if (!-e $request_filename) { rewrite ^.*$ /index.php?$args last; } why and what is the difference? boths are fine?
  4. P

    PHP-FPM doesn't work with PHP 5.6.x

    centos 6.7 i updated to latest plesk version and the plesk login panel at port 8443 is offline now :(
  5. P

    PHP-FPM doesn't work with PHP 5.6.x

    Hi all, i have a problem with PHP-FPM and php 5.6.x. When i enable this option (PHP-FPM) as in the image below: the php version downgrade automatically to PHP 5.3.3 :( When i disable PHP-FPM the php version in use return back to php 5.6.x. How can i have php 5.6.x works with PHP-FPM enabled...
Back
Top