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

  1. K

    List of suspend domains

    select tab.min_id, tab.displayname, Round(tab.velicina/1048576,2) real_size, Round(l.value/1048576,2) kvota from (select min(id) min_id, cl_id,displayname, sum(real_size) velicina from domains d where status=2 group by cl_id) tab, subscriptionproperties sp, limits l, subscriptions sb where...
  2. K

    List of suspend domains

    no good :(
  3. K

    List of suspend domains

    I think I managed to do ######### select domains.id, domains.name as domena, Round(((sum(domains.real_size))/1048576),2) realMB, (select Round((limits.value/1048576),2) from limits left join (domains, subscriptions, subscriptionproperties) on (domains.id=subscriptions.object_id and...
  4. K

    List of suspend domains

    Hello, I need to get a list of suspend domains from mysql. The domains are suspend because they exceeded quota. So far I have done this query: ############# select domains.id, domains.name as domena, Round(((sum(domains.real_size))/1048576),2) realMB, (select...
  5. K

    Parallels Panel Scheduler notification

    Hello, is there a way to change this notification? ######### Parallels Panel Scheduler notification Running task: D:\Program Files (x86)\Parallels\Plesk\admin\bin\php.exe -q -dauto_prepend_file="" -c php.ini "D:\Program Files...
  6. K

    Plesk 11 and DotNetNuke 6.2.5

    Hello, is there a way to install DotNetNuke 6.2.5 in medium trust mode on Plesk11? I tried to modify permission on folder, but only help if i give domain a full trust -- Kruno
Back
Top