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

    Question Massive price increase for reseller licenses?

    Comparing cats and servers is irrelevant. I hope that doesn't catch on with the professionals. ;) You use free software as main components and therefore build a core that configures these main components. There is nothing more expensive about it if you do it right. Your problem is that you are...
  2. LTUser

    Issue Fix the the UI changes or make it possible that you can revert it...

    Here I would like to join in with my opinion. By default, Plesk has always been a server control center for services offered by a SERVER, which in turn is divided into web servers, database servers, and other, optionally usable services such as DNS servers, services that concern server...
  3. LTUser

    Question CPU usage and webserver optimizing

    That looks ok so far. With that you shouldn't run into problems again anytime soon. You have to observe this for a few weeks now, at the latest when it gets tight again, report back here ... I would now set the value for Memory_limit to 128 MB and only increase it slowly when errors occur.
  4. LTUser

    Question CPU usage and webserver optimizing

    https://myplesk.dom:8443/admin/server/optimization-settings Change Prefork to Event here and save new setting.
  5. LTUser

    Forwarded to devs Services Management shows SpamAssassin is not running with Plesk Email Security

    However, this is a very bad user experience! If an add-on blocks or replaces a service, this should be indicated accordingly. So here PES should be displayed in green instead of Spamassasin, if it is running. With Plesk, the user (s) and their point of view should always be in the foreground...
  6. LTUser

    Question CPU usage and webserver optimizing

    Addendum: If the Mysqltuner script recommends to set the join_buffer_size higher than 4 MB you should definitely ignore this! 4 MB are completely sufficient here!
  7. LTUser

    Question CPU usage and webserver optimizing

    Do not use mpm_prefork with Apache2, use mpm_event with the following settings: Path: /etc/apache2/mods-enabled/mpm_event.conf (Settings for: 32GB Ram) <IfModule mpm_event_module> KeepAlive On KeepAliveTimeout 5 MaxKeepAliveRequests 128 ServerLimit 10 StartServers 4...
  8. LTUser

    Question CPU usage and webserver optimizing

    Test your SQL-Setting. Download mysqltuner, run it in ssh with: ./mysqltuner.pl --checkversion --updateversion an follow the suggestions. But before, upgrade the hardware...
  9. LTUser

    Question CPU usage and webserver optimizing

    Memory_limit 1024MB is very high if there is no specific reason for it. 128 MB ~ 384 MB should be sufficient for most scripts. Hardware: 8v core and 32 gb ram and ssd
  10. LTUser

    Question Massive price increase for reseller licenses?

    In the 15 years since we've been using Plesk, it hasn't improved enough to justify these prices. The useful add-ons (better fire walling / anti-spam / disaster recovery backup / speed/seo optimization) all cause huge additional costs compared to the basic price of Plesk. And we don't need any...
  11. LTUser

    Question Massive price increase for reseller licenses?

    Hmmm.... Jan.2022 again. For what more in terms of performance?
  12. LTUser

    Question SMTP spam attack

    https://support.plesk.com/hc/en-us/articles/213369669-How-to-disable-PHP-mail-function-for-a-spamming-domain-on-Plesk-for-Linux-server-
  13. LTUser

    Question Freeing up disk space

    https://support.plesk.com/hc/en-us/articles/360003876473-How-to-clean-temporary-Plesk-files-on-a-Linux-server https://support.plesk.com/hc/en-us/articles/360011166353--How-to-find-directories-files-that-take-up-the-most-disk-space-on-a-Plesk-for-Linux-server...
  14. LTUser

    Question mariadb service is still in stop mode - SSH blocked by firewall

    https://talk.plesk.com/threads/reset-firewall-rules-with-command-line.362391/post-899234
  15. LTUser

    Question http only

    What is meant by "httponly"? Should the pages not be accessible via https or do you mean http only cookies? The latter is deactivated (OFF) on your graphic. Activate and restart the web server ...
  16. LTUser

    Issue Database sys

    You neither share which operating system, which database server, whether you are using a root server or a cloud server. So you can hardly be helped. A very small possibility to help you would be this command for the SSH console ... Use at your own risk /usr/bin//mysql_upgrade -fs -uroot -p
  17. LTUser

    Resolved Plesk Migration Issue....

    https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP You have to adapt the rules in your CSP config, or disable it. (Apache/Nginx vhostconfig or .htaccess. ) Some things seem to be no longer explicitly allowed here, so scripts are not executed and access is forbidden. (403) Example: Allow...
  18. LTUser

    Question Reset firewall rules with command line

    https://talk.plesk.com/threads/reset-firewall-rules-with-command-line.362391/post-899114
  19. LTUser

    Issue Grafana won't start

    The same procedure as... ;) Temporary fix for Ubuntu 18: Downgrade... sudo wget https://dl.grafana.com/oss/release/grafana_8.1.7_amd64.deb sudo dpkg -i grafana_8.1.7_amd64.deb Or, have a look: https://talk.plesk.com/threads/advanced-monitoring-extension-not-working-with-grafana-8-0-0-1.361060/
Back
Top