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

    Input Overriding Existing Additional Apache & Nginx Values via Plesk

    While there is a procedure to update existing Apache and Nginux values set via Plesk as documented here, it would be quite benefiicial to simply add a checkbox to each of those textarea inputs to "Override existing values" which would then loop through and apply those to existing sites. It...
  2. P

    Input Displaying recent top IPs with reverse IP lookups on Plesk Dashboard or Health screen

    For a limited number of top IPs, the reverse lookups should be relatively quick and the real benefit to the service provider view would be quickly identifying potential sources of abusive traffic. CloudFlare and other products do a very good job of providing "At a glance" type dashboards like this.
  3. P

    Input Displaying recent top IPs with reverse IP lookups on Plesk Dashboard or Health screen

    Instead of relying on Linux commands, it might be helpful to add these to the home dashboard and/or the health screen, and even more so with corresponding reverse lookups! Top external addresses with open connections: # netstat -nt | awk '/^tcp/ {print $5}' | awk -F: '{print $1}' | sort | uniq...
  4. P

    Input WordPress Toolkit

    Just to clarify, this is not about copying plugins but rather replacing a plugin that is already installed. For example, if you had a custom plugin that you wanted to update en mass or if you wanted to deploy a hotfix for an existing plugin that isn't yet available from a repository.
  5. P

    Input WordPress Toolkit

    While not a feature currently present, it would be handy to be able to replace a manually added plugin via the Toolkit GUI instead of having to upload it as a brand new one and then have to manually add sites to it.
  6. P

    Resolved Shopware 6

    Not humorous but a phrase - It's the very top link in the forum with 24K views!
  7. P

    Resolved Shopware 6

    Funny you should ask... Question - Try our new tool to upgrade your old MariaDB server from Plesk UI Make sure to take a full backup of your server before running that tool!
  8. P

    Issue Random temporary Database connection error across all Plesk sites

    So the database sounds like it's being stopped (but not gracefully) since you noted that you have to start the service up again and there are no logs about shutdown. Check the messages log and you might find that it's being sacrificed by the OOM killer.
  9. P

    Issue Random temporary Database connection error across all Plesk sites

    This may not be an error caused by too many connections but rather a corrupt table or database causing the database service to restart. Check your database log and see if it's causing the entire database service to crash/restart frequently.
  10. P

    Forwarded to devs ImageMagick 6.9.13-25 breaks PDF reading

    @Sebahat.hadzhi are you able to provide a more official confirmation as to the updated approach above? Additionally, are we correct in assuming that this precludes the use of older (PHP 7) versions?
  11. P

    Resolved Plesk adding hex data to index.php after change of httpdocs folder

    Before you go through the effort of building the server, it's possible that this is still just a compromised site issue. Keep in mind that one tactic used by perpetrators today is to keep running a PHP file such that even when the file itself it deleted, it still executes, thereby "living" in...
  12. P

    Forwarded to devs ImageMagick 6.9.13-25 breaks PDF reading

    The latest Plesk PHP package appears to include ImageMagick 3.8.0 for PHP 8.1-8.4 however there is a caveat and that is to use it, the EPEL one must be removed via yum. So running the following command should remove EPEL's ImageMagick: # yum remove ImageMagick Once the process is complete...
  13. P

    Forwarded to devs ImageMagick 6.9.13-25 breaks PDF reading

    Username: TITLE ImageMagick 6.9.13-25 breaks PDF reading PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE AlmaLinux 9.5 (Teal Serval), Plesk Obsidian 18.0.68 Update #2 PROBLEM DESCRIPTION Latest release of ImageMagick 6.9.13-25 updated via YUM breaks PDF reading and returns an...
  14. P

    Resolved Web Application Firewall: Security rule IDs broken/reset

    Plesk Obsidian 18.0.68 Update 2 rolling out today:
  15. P

    Resolved Web Application Firewall: Security rule IDs broken/reset

    Quite slow on pushing out this rather critical issue; hopefully there is an update in very short order.
  16. P

    Question SFTP - stop access to folders/files above the main path root

    Did you add the additional FTP user via Plesk?
  17. P

    Issue 404 Server Error on slugs

    You're welcome! It's not directly a Plesk issue per say but they could add better support/documentation for handling CMS platforms on Nginx-only scenarios which would shortcut the aggravation that you went through. Sebahat's solution would work if requests were proxied to Apache while Mow...
  18. P

    Question PHP 8.4 ETA ?

    A bit extreme but I can understand the sentiment and indeed with all of these constant license costs increases coupled with "you asked for it" (but really nobody asked for it) features, it would seem that PHP 8.4 could be shipped a little more expeditiously or at least open a transparent dialog...
Back
Top