• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. 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 :)
  2. 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.
  3. 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...
  4. 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...
  5. 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...
  6. T

    Question WP Toolkit Codeable

    posted how to disable WP-Toolkit Hire a developer here Question - How to disable forced advertisement "Hire a developer"?
  7. 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...
  8. 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...
  9. 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...
  10. 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?
  11. 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