• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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