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

  1. J

    Query list of system users using API RPC

    Is this not possible through the API?
  2. J

    Query list of system users using API RPC

    Hello, Is it possible to query for a list of system users using the API RPC? I know it's possible with a MySQL query select id, login, account_id from sys_users order by login; I've searched through the API RPC manual, but I don't see a way to do this. I always have to specify a...
  3. J

    PHP version site is using from command line

    Thanks for the idea Tozz. Looks like the PHP version isn't saved in the PSA database after all. Diff returned no change. The only way I can see to get this is: $ grep "SetEnv PP_CUSTOM_PHP_CGI_INDEX" /var/www/vhosts/system/domain.com/conf/last_httpd.conf | awk '{print $3}' Which will return...
  4. J

    PHP version site is using from command line

    Hello, I have registered multiple versions of PHP in Plesk. I would like to know if there is a command to figure out which version of PHP a site/webspace is using? If I can get the php handler ID, that would be fine too. Does anyone know if there is a command to do this? Subscription...
Back
Top