• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. M

    Issue Abnormal CPU usage and Apache crash

    Did you activated the pagespeedboost for all sites? I had that issue by doing so. So I did a roll back, and everything was fine.
  2. M

    Issue IPv6 set up under Plesk, but not served for vhost

    Maybe this help, after a new installation some month ago this step was forgotten by me. Look at your network interface for the ipv6 route and activate it via CLI: ip -6 route add default via "YOURROUTE-IPV6" dev "YOURNETWORKINTERFACE" additional reregister IP at CLI ip -6 addr add "YOURIPV6" dev...
  3. M

    Resolved Switch satistics to awstats

    For all who need serverwide, for all domains too. At CLI: plesk bin site -l | while read domain_name; do plesk bin site -u $domain_name -webstat awstats; done
  4. M

    Resolved Switch satistics to awstats

    Thanks a lot. It works. And the loop should also do. Thanks for that link too.
  5. M

    Resolved Switch satistics to awstats

    Hi, Server Update to Debian11 from debian 10, the wabalyzer is not more supported. No matter I could live with awstats. But I have a large number of domains to be switched. I tried it via Subscription plan. It do not work, every subscription with former webalyzer got notthing set at stats. I...
  6. M

    Resolved Debian 12 upgrade not completed. Whats next?

    Not on 11 to 12 but I had the same problem at my first try of 10 to 11. I did a misstake in not correct overrride /etc/apt/sources.list Step 9 correctly and not doing Step 1. Broke my server. After rebuilt with snapshot and doning right it worked. Mixing bullseye and bookworm so not work.
  7. M

    Issue All domain redirected to plesk login page

    I had after updates somewhen the same problem. My solution is: Have you additional IPs? Reread IPs and get unregistered IPs at serverside registered again. Reread IPs. Then run the repair tool. First I run to ensure me --db --mysql --dns, ! That order ! ; I tested out, that the order the...
  8. M

    Question ¿debian 10 o 11 o 12?

    Look here: https://support.plesk.com/hc/en-us/articles/12377714344983-How-to-perform-dist-upgrade-procedure-on-Linux-server-with-Plesk- Backup everything before, importent.
  9. M

    Issue Network drops every 12 hours [IONOS]

    Hi I may remember to have the same issue, not on a IONOS server last year. So I don't think thas an Inonos issue. It is something with IPv6. Im not a specialist, but I solved it till today by dropping a line out of /etc/network/interfaces: Get rid of: iface lo inet6 loopback But for future...
  10. M

    Resolved Urgent - Failed Backup Restore

    Maybe something is wrong with the backup-file. Try an older one, an additional steps back. Make a snapshot, delete the domain and after restore it. So you evade this domain update steo out of the failture notice. Snapshot is for a step back.
  11. M

    Resolved I have this error since mornig, what oes it mean and how to solve?

    That was it. Thanks. Once I didn't took notice of the changelog such things happens.
  12. M

    Issue Unable to log in to Plesk dashboard

    Hi I had this fetch error some days ago and it was caused be fail2ban. I uninstalled it and reinstalled it and it was gone. Maybe this helps.
  13. M

    Resolved I have this error since mornig, what oes it mean and how to solve?

    AH00526: Syntax error on line 61738 of /etc/apache2/plesk.conf.d/server.conf: RemoteIP: Error parsing IP RemoteIPInternalProxy (Name or service not known error) for RemoteIPInternalProxy It happend this night after new update was automatically done. Maybe this has to do...
  14. M

    Resolved Question to Plesk Backups

    So as I promised. I did a redo. This time it went through without any issues. The only thing I changed was to connect via cable instead WLAN. So my educated guess is that in april the WLAN connection was intererupted at the critical stage of the DB work (where the flush of the user and the new...
  15. M

    Issue .htaccess Expires Headers not working at all

    nginx ignores htaccess, so when you got nginx as proxy for any kind of static files, e.g. jpeg, served by niginx the result for pagespeedinsights or similar tools will be a fail. Try for experience a stop of nginx for that subscription and look and feel and to get a clue what happend. I stopped...
  16. M

    Issue Backup issues after updating to 18.0.51 - Unable to validate the remote backup

    I had something like that some Updates ago. It caused issues when bachup. I identified two issues, one was trouble with 2 htaccess files. I removed them, waited some time and got up one which works (there must have been a fault somewhere in the files). The second was a problem that 3 IP's where...
  17. M

    Issue Securing Plesk with Let's Encrypt

    Had two years ago same issue. Made a Backup and snapshot of everything, just for a step back opportunity. then I got a new subdomain connected it via dns entries to the server where plesk is and waited a day or so that new dns entries became recognized. tested the subdomain, normally it should...
  18. M

    Resolved Question to Plesk Backups

    And now I'm aware of doiing again to get the issue again. Except that error messanges the server and everthing else doing fine. I normally do nothing at the DB of plesk. Only if I have to following any instructions of a plesk solution. Maybe I did something wrong last weekend. And thanks for...
  19. M

    Resolved Question to Plesk Backups

    It was starting with error massanges in the Webserver Configuration troubleshooter. The solution was explained here: https://www.plesk.com/kb/support/error-in-plesk-new-configuration-files-for-the-apache-web-server-were-not-created-due-to-the-errors-in-configuration-templates/ At step 2 it gave...
  20. M

    Resolved Question to Plesk Backups

    Oh your looking for Flushing and stopping at point 9 or so. So far I did all im a row, that's why I'm a bit affraid do do again. So far the server runs, and I will take a bit of time the redo it. The original intention was to delete some dead nginx entries in db. via CLI. As I read in the plesk...
Back
Top