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

    Resolved Static Content intermittantly not being served

    I worked with Plesk support on this - eventually I tracked the issue down to our Plesk install script (which is written in Powershell) – We enabled Dynamic IP security for the server, and this is what has caused this issue To replicate: Import-Module webadministration Set-WebConfiguration...
  2. W

    Question SSL Cert (via Let's Encrypt) for MailEnable Webmail

    Hi All, I have a suspicion that this isn't a thing - but here is the scenario: Customer has MailEnable and uses the Webmail feature, they also use Let's Encrypt for their SSL certs, as such, they've created a cert for webmail.domain.com to secure their webmail portal. Now, we've worked around...
  3. W

    Resolved Static Content intermittantly not being served

    Issue is replicatable in multiple browsers - the same behaviour, intermittently the images fail to appear.
  4. W

    Question Plesk Log Rotation

    Bump - Any word on this? We have the same issue - we would like the ability to set the mail log retention time at a global level
  5. W

    Resolved DNN on old version in application vault

    Appreciate that - but what/who is the Packager? Is this Plesk? Is this a 3rd party who takes the latest version of DNN and submits it to the application Vault? I'm very new to using the Application Vault, so there's probably some context I'm missing?
  6. W

    Resolved Static Content intermittantly not being served

    Hi All, We are running Plesk Onyx 17 on Windows server 2016 with IIS10 - and as per the attached image, we are getting intermittent issues where Static Content fails to load. If we reload the page, most times the images load successfully. I have seen this issue before on a Server 2012 instance...
  7. W

    Resolved DNN on old version in application vault

    Can you clarify this answer a little bit? Are you saying there is an XML file we have to manually edit somewhere in order for the application Vault to see the newer version? I've only just started using the Application vault for our Plesk Onyx on Windows.
  8. W

    Resolved certificate.exe command line issue with Private key

    So this is partially solved - it seems that the default encoding format for Powershell out-file is unicode. Plesk seems to throw it's toys out the cot unless the format is ASCII In which case, it would be nice if the parser checked the encoding format and outputted an error that was a little...
  9. W

    Resolved certificate.exe command line issue with Private key

    Bump - Anyone? I should also note that the Certificate is a wildcard cert so *.domainname.co.nz If there is a log that you can point me to, where a more detailed error message is, that would also be helpful
  10. W

    Resolved certificate.exe command line issue with Private key

    Hi Team, I'm having a spot of trouble using the command line option to import a certificate into plesk: PS C:\Program Files (x86)\Plesk\bin> .\certificate.exe --create "star.mycertificate.co.nz_2018" -admin -default -key-file $keyfile -cert-file $certfile -cacert-file $intermediaryfile Unable...
  11. W

    Question Plesk Migrator - Copy only?

    That's the Plesk Migrator extension - can you confirm that if both servers are connected to a HSPC instance that using the Plesk migrator will NOT try and transfer the live site to the new Plesk Onyx node (as in update the live DNS to point to the new server) This was my original question - I...
  12. W

    Question Plesk Migrator - Copy only?

    So - for confirmation - what would you suggest as a complete solution? As for the end-to-end test, I need both the subscription and the website data migrated to a Plesk Onyx instance. Once testing is completed - we will be using the Plesk Migrator in it's normal mode to migrate all the data...
  13. W

    Question Plesk Migrator - Copy only?

    Will the website Migration setup Subscriptions in the new Plesk Node?
  14. W

    Question Plesk Migrator - Copy only?

    Hi Team, I'm currently evaluating Plesk Onyx on Windows - with a view to migrating several older Plesk Nodes to Onyx (Plesk 8.6, Plesk 10.5, Plesk 11.5) Both are joined to our HSPC control panel However, since some of these platforms are old - I'd like to do the following: Copy all the data...
  15. W

    Question Scripting Plesk install via Powershell

    Hi Pavel - thanks for the response. Ideally I'd like to be able to pass various configuration items via PS to the installer - so for example: Import-Module Plesk $IIS = "F:\vhosts" $SQLDD = " E:\SQL\Data" $SQLLD = "E:\SQL\Log" $PHPVer = "5.5, 5.4, 7.0" $PathtoLicFile =...
  16. W

    Question Scripting Plesk install via Powershell

    Hi All, I'm a Windows sysadmin and I am currently working on a series of Automation tasks for the company that I work with - the end goal being a consistent delivery of services and products (as currently, on 4 different servers one would find 5 different ways of doing the same thing). To that...
Back
Top