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

Search results

  1. A

    Plesk Panel loads slowly, but only on one account.

    This would be my guess as to why its so slow its timing out when attempting to open a resource. Do you use plesk billing, and if so can you check to see if this user exists and is setup there ok? If you don't use it, try removing it yum remove plesk-billing or rpm -e plesk-billing
  2. A

    Migration - Cannot open: Permission denied

    what about the path to the file? Each directory in the path needs to be accessible and be at least RX
  3. A

    Clicking on Custom View Settings in Tools throws exception

    Update: Actually it looks like I missed a step, there are 2 commands to run - after running both of them it seems to fix the problem. # /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/scripts/create_default_simple_template.php # /usr/local/psa/bin/sw-engine-pleskrun...
  4. A

    domain/site does not start on shared IP

    One thing to do: - make sure all of the domains you want are setup to use the shared IP. GO to each domain and go to "Web Hosting Settings" and make sure each site is set to use the shared IP there. - make sure that each domain resolves to the public IP of the shared IP in DNS You can...
  5. A

    Plesk Panel loads slowly, but only on one account.

    you can check the plesk error loog at /var/log/sw-cp-server/error_log Is this one client a big one? Do they have lots of domains, or other items?
  6. A

    Plesk 9.5.4 subscription command not found

    Not sure what to tell ya, its not there on Plesk 9 and that appears intentional, but it does re-appear (or get added) into later versions of Plesk, I think starting with 10 but definitely in 11. Also there is no mention of /usr/local/psa/bin/subscription in the link you provided except for a...
  7. A

    Clicking on Custom View Settings in Tools throws exception

    HI Igor, Thanks for your reply but that didnt work. First of all, I dont have a /usr/local/psa/sw-engine-pleskrun as that post mentions. I do have that in /usr/local/psa/bin/sw-engine-pleskrun however, but it doesnt work nonetheless. ]# /usr/local/psa/bin/sw-engine-pleskrun...
  8. A

    Reseller part of Plesk 11 thoughts

    Also using something like Suhosin would allow you to disable functions and memory limits that the reseller would not able to override.
  9. A

    Https and WWW

    I know this doesn't contribute much to the thread, and I apologize for that; In my opinion asking if the WWW should be enabled or not is outdated. It should always be enabled and not allowed to be turned off. It doesn't have to be used if they don't want to but it should always be on.
  10. A

    Feature Request: FTP Username Prefix

    That would be helpful, like the db user prefix.
  11. A

    [BUG] Site php.ini is ignored under subdomains

    Sorry. What I was wondering is if the sub domains are not inheriting the ini file from the domain, are they able to have their own created that use the same settings, or are the sub domains forced to use the system ini?
  12. A

    Clicking on Custom View Settings in Tools throws exception

    Repro Steps Under Server Management left nav item, click on the Tools and Settings Under Panel, click on the first item -> Custom View Settings Immediately an exception is thrown PHP Catchable Fatal Error: Argument 1 passed to CommonPanel_Controller_Helper_Subscription::getPermissions()...
  13. A

    [BUG] Site php.ini is ignored under subdomains

    Can you create a php.ini for each of the sub domains as well, or are they stuck using the system ini file?
  14. A

    Need to obtain a Plesk 9.5 linux Powerpack license!!

    Can you not purchase or lease one from Parallels directly?
  15. A

    Additional Administrator Accounts

    So far as I can tell its still not present in Plesk 11 either. At this rate it will probably be version 15 before there is such a feature :( I know I would love to have this as well. My pet peeve with software companies like this is the incongruency of feature sets between two versions of...
  16. A

    Deny from all does NOT block php- and pl-files

    The only reason I can think of is that because no one really uses it like this in combination with FCGI. I know in our hosting we have tens of thousands of clients and over the last 8 years it has never come up.
  17. A

    How do I see all existing scheduled tasks??

    You can look in the /var/spool/cron/ directory, they are stored there. You can grep the files for the line you are looking for.
  18. A

    upgrade Apache 2.2.3 to 2.2.23

    Are you not able to use the RPM?
  19. A

    Plesk 9.5.4 subscription command not found

    9.5 does use subscriptions, I think thats a plesk 10/11 thing. Plesk 9 # cat /usr/local/psa/version; ls -la /usr/local/psa/bin/subscription 9.5.4 RedHat el5 95110630.15 ls: /usr/local/psa/bin/subscription: No such file or directory Plesk 11 # cat /usr/local/psa/version; ls -la...
  20. A

    Delete a domain, DNS records still on the server

    You can use this utility to set DNS records manually /usr/local/psa/bin/dns.sh --help
Back
Top