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