• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. T

    Instruction How to find the busiest website by reading access log file - Updated the code

    Here is a update to the code. what i did was added easyer see how much traffic a website uses and put them last so its easy at a glance
  2. T

    Issue filemng failed: zip error: Interrupted (aborting) filemng: /usr/bin/zip execution failed: *** buffer overflow detected ***: terminated

    see this Bug #2062535 “zip fails when filenames contain unicode character...” : Bugs : zip package : Ubuntu
  3. T

    Issue filemng failed: zip error: Interrupted (aborting) filemng: /usr/bin/zip execution failed: *** buffer overflow detected ***: terminated

    Hello when we try and do backup via WP Toolkit backup feature. we get this error filemng failed: zip error: Interrupted (aborting) filemng: /usr/bin/zip execution failed: *** buffer overflow detected ***: terminated how can we solve this error?
  4. T

    Issue Cannot install new Imunify

    got the same issue the extension installs via plesk extensions list and after that when i go into it.. it will try and install but all i see is just it loads the repositories and nothing else then it stopps and i have to manually uninstall the dpkg --purge --force-all imunify360-venv and do bash...
  5. T

    Question CentOS2Alma conversion: Your expectations and experience?

    we migrated from centos 7 to alma 9 the only issue we had was with cresources (think it was called) was enabled and had to disable that in order to stop getting errors on cpu :)
  6. T

    Question Urgent Request Regarding Discontinuation of Plesk WebAdmin SE (On Vultr)

    plesk is not for small-scale users if you want to use plesk you have to pay the smallest license. i like plesk and its a small price to pay for a fully working rather complex control panel.
  7. T

    Question CentOS2Alma conversion: Your expectations and experience?

    Updated 3 servers had a few issue with the dovecot had changed the nameing sheme of its min ssl req but just had to comment out the wrong one and two domains did not have php versions but it was easly fixed by adding php version so great work :)
  8. T

    Issue Multiple Vulnerabilities in PHP 5 thru 8.3.7 Could Allow for Remote Code Execution - PATCH NOW

    This issue is Windows only but we had a few centos 7 plesk servers that we converted to Alma so thats good :) alot of news missed that its Windows only. but its good to get older php versions out :)
  9. T

    Question How to disable forced advertisement "Hire a developer"?

    why not have it as a variable to let the admins input there own url in the Hire a Developer and it be a opt-in feature AKA turn on if admin wants to use the hire a developer feature with there own dev team etc.
  10. T

    Question Multiple servers in same nameserver

    Hello we have a setup kind of like this. server1 - ns1 ns2 ns3 server2 - ns1 ns2 ns3 lets say we have domA.com if domA.com is provisioned on server1 but we want to move it to server2 we need to log into ns1 ns2 ns3 and do rndc delzone domA.com and then rndc reconfig to reload the dns...
  11. T

    Contribution [HOW-TO] Migration of Plesk roundcubemail to new server

    Here is a step by step guide how i migrated roundcubemail contacts etc to new server. Step 1. export the old servers roundcubemail db with this command on the old server plesk db dump roundcubemail > /root/roundcubemail_old_server_db.sql Step 2. Download the...
  12. T

    Instruction How to find the busiest website by reading access log file

    This one Instruction - How to find the busiest web site made me want to do one without the OORexx package here is the code #!/bin/bash # Clear any existing queue file > rxqueue.txt # Find all access_log files under /var/www/vhosts and add them to the queue file find /var/www/vhosts/system...
  13. T

    Question WP Toolkit Codeable

    posted how to disable WP-Toolkit Hire a developer here Question - How to disable forced advertisement "Hire a developer"?
  14. T

    Question How to disable forced advertisement "Hire a developer"?

    to disable WP-Toolkits "Hire a Developer" add this to panel.ini file [ext-wp-toolkit] appModeFeature = on codeableIntegrationFeature = off so far what i know is that appModeFeature ebables WP-Toolkit integration with the new Dynamic view and codeableIntegrationFeature is the "hire a...
  15. T

    Important "Active List" will be discontinued and replaced by "Dynamic List" starting March 2024

    well i can only wait for the 100+ calls from our clients that asks WTF happend to there UI.. as the person above said it takes more time to get to the stuff that they needed. the license cost is getting out of hand and as people said we are losing costumers becouse of it. if this price continue...
  16. T

    Question Best Practice for customers with custom handlers

    Hello we got a new client that wants to override plesks default handlers with its own. its a very old app that they have according to the new client. they used it in azure on a vm there. i dont feel like we should allow it because its a security risk but i would like to hear you guys opinion...
  17. T

    Issue Complete Server Backup take really long time

    Hello Well raid 0 is very brave of you i would have picked raid 1, raid 6 or raid 10. if one disk dies in raid 0 all you're data is gone. raid 1 is stripeing so it wrights the same info to all disks. what RPM are the 4 TB drives?
  18. T

    Question When will PHP 7.3 be included in Plesk Installer 17.5.3

    Hello I know that it has been answerd in Resolved - When will PHP 7.3 be included in Plesk Installer But its not showing up in Plesk Onyx installer 17.5.3. is this intended or an issue? We use Multi-Server and we dont want to move away from that pref.
Back
Top