• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. I

    Question Plesk Downgrade Key API

    Just looked at my code and I am using the API 3.0 :/ Google sent me to the other API when I was searching. Still, I am confused on the API 3.0 documentation. Does it use the same principal as you detailed above? and I just need to "PUT" a request over: $apiRequest = array( "item" =>...
  2. I

    Question Plesk Downgrade Key API

    Hi, I am expanding some internal systems to allow keys to be downgraded when required, unfortunately, the API documentation is a little cryptic. partner10.downgradeKey The API requires that the 3rd parameter is "name of the upgrade plan to remove". I thought I would be able to use the...
  3. I

    Question Massive price increase for reseller licenses?

    Oakley Capital have to start making the investment work for them otherwise their shareholders won't be too happy with them. These kinds of activity only push people to move their infrastructure to OpenSource alternatives that either carry a minimal fee or no fee at all.
  4. I

    Question Partner API 3.0 PHP Script

    Hi, Does anyone have any script examples for the partner API using PHP? I have been trying to get it to work using cURL and basic authentication (as detailed in the documentation), but keep getting authorisation failed. An example of how to successfully authenticate would be all I need if...
  5. I

    SELinux, PAM, ProFTPd and Plesk

    Thanks for your post Niek, this does indeed allow FTP access but you would still be unable to upload, edit, move, rename files via FTP. For others you can either, perform all the required commands with selinux off, and then follow Niek instructions, you should then end up with a policy as...
  6. I

    SELinux, PAM, ProFTPd and Plesk

    Been investigating a problem on a server and the issue appears to stem from SELinux. The initial fault was when trying to login you got the following error: Status: Connecting to xxx.xxx.xxx.xxx:21... Status: Connection established, waiting for welcome message... Response: 220...
  7. I

    Upgrade 11.5.30 to 12.0.18 >> cannot create directory: Permission denied: "/var/...

    I managed to fix this. I deleted the /var/lock directory and recreated. Then when going to http://{domain}:8443 it gave an error about container_locks missing, created that with mkdir and then it said a .lock file was missing, so created that. But the default permissions wouldn't work, tried...
  8. I

    Upgrade 11.5.30 to 12.0.18 >> cannot create directory: Permission denied: "/var/...

    Seeing the same error: cannot create directory: Permission denied: "/var/lock/lmlib/container_locks" Any advice on resolution?
  9. I

    Patch Download Location

    Both of those produce an error:
  10. I

    Patch Download Location

    thanks for the response, I have checked there and that doesnt have anythinng older than Plesk 10. Is there not an archive available? We have paid for Plesk 8 licenses so seems slightly unfair that we can't patch it to the latest (albeit no longer supported) version.
  11. I

    Patch Download Location

    Hi Igor, sorry to trouble you with this, is there somewhere I can download an exe to patch plesk or a location to install them from?
  12. I

    Patch Download Location

    I wish we weren't. We have some users who require Coldfusion 7 and we have had issues with getting this installed on Windows 2008 with IIS7 so have abandoned that idea for the moment, instead for simplicity we want to migrate to a server with the same OS and Plesk install, once this is...
  13. I

    Patch Download Location

    Anyone able to help get the last updates for 8.4 Windows?
  14. I

    Patch Download Location

    Hi, is there anywhere that the files can be downloaded? Really need them to be able to get the server up and running.
  15. I

    Patch Download Location

    Thank you for your reply, this doesnt appear to work, downloaded Plesk auto updater and placed it in the directory: C:\Program Files (x86)\Parallels\Plesk\admin\bin>ai.exe --select-product-id pane l --select-release-current --reinstall-patch --install-component base File downloading...
  16. I

    Patch Download Location

    Hi, Any help with this would be greatly appreciated. I have created a backup on our old server, moved it to the "new" server but it won't restore because it has to be 8.6.0.4 or higher (like the source server).
  17. I

    Patch Download Location

    Hi, This isn't to do with Plesk 9, but thought this might be the most relevant place to ask. I have a Plesk 8 server that was recently built (we are upgrading a number of servers that are on Plesk 8 and built a new Plesk 8 server to migrate the old servers to and then we will upgrade that...
  18. I

    Migration Issue | errors in crontab file, can't install. | "-":1: bad hour | Fix

    Had the same issue on a different server, this time migrating from Plesk 9.5 to 11.5 logs/migration-2013-12-05-08-12-38-668/deployer.log:<subscription-info><sysuser name="username"><cron>[email protected] logs/migration-2013-12-05-08-12-38-668/deployer.log:*/5 * * * * php -q...
  19. I

    How to auto-empty a specific mailbox daily?

    Additionally: You can delete the mailbox (and thus all the emails inside it) and recreate it via the command line - this may be safer but depending on the size of the mailbox may be rather slow. Create a script to run the following commands: /usr/local/psa/bin/mail --update [email protected]...
  20. I

    How to auto-empty a specific mailbox daily?

    This would need to be done via ssh You would need a script to do it: #!/bin/bash # Specify the domain name used for the email address DOMAIN="example.com" # Specify the local part of the email address MAILBOX="mailbox" # Find only files in the new directory and delete them...
Back
Top