• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by mrsombre

  1. mrsombre

    Question Running Plesk in docker

    Hello, plesk in docker should not be used in a production environment or for production purposes. It designed for integration (mainly API) testing and quick features overview without necessary VPS delegation and installation of a stand-alone product.
  2. mrsombre

    Resolved Rest-API incomplete

    You mean REST API currently is not has many functions? It is :( Unfortunately i can not. BTW i think you can feet your needs with cli methods (except one that give options list)
  3. mrsombre

    Resolved Plesk penetration test security

    Hello, adding headers to the front proxy (nginx) is preferred (single responsibility). But i suppose adding headers to apache should work too.
  4. mrsombre

    Resolved Rest-API incomplete

    Hi, @Jelle_Timmer Unfortunately we can not synchronize internal plesk SDK between different releases. Method which provide CLI options info uses JSON formatter available since 17.9 (now known as 18.0 Obsidian). You can anyway use CLI commands interface to execute commands in 17.8. If you need...
  5. mrsombre

    Resolved Plesk penetration test security

    You are welcome. Feel free to ask again if have more troubles.
  6. mrsombre

    Resolved Plesk penetration test security

    First one is included into /etc/apache2/plesk.conf.d/server.conf (or /etc/httpd/... on centos/rhel) Second one is just Off by default and not included anywhere. You can override any global settings adding your into the end of /etc/apache2/apache2.conf file and then you need to restart apache
  7. mrsombre

    Question Networking between Docker containers

    Hello, you need to use ip other then localhost or 127.0.0.1. You can't use there IPs because mysql clients routes this requests to local socket and you can not change this (and there are no mysql socket inside your perl container). You can share socket between containers using volumes but i...
  8. mrsombre

    Resolved Plesk penetration test security

    Additionals headers for apache can be added using Apache & nginx Settings > Apache > Additional headers. Just add headers one by one on new string each like this X-XSS-Protection: "1; mode=block" X-Content-Type-Options: nosniff Strict-Transport-Security: "max-age=63072000; includeSubdomains;"...
  9. mrsombre

    Resolved Appache error

    Can you use repair tool in CLI? Type 'plesk repair all -y' and check is it help.
  10. mrsombre

    Question Switch from Unix-socket to TCP/IP socket

    This error can be occured when php-fpm server is restarting when new configuration applied. You also can try increasing php resources in Domain > PHP Settings > Set pm.max_children to 10 or 20, pm.max_requests to 1000, pm to dynamic. Switching from unix socket is not a good solution (because...
  11. mrsombre

    Resolved System shows 3 updates when I click it says everything is already updated..

    Do you try press Check for updates button. It may invalidate cache and possibly reread actual updates.
  12. mrsombre

    Resolved Nginx Caching

    Hello, nginx using it's own caching. You can read more in official doc: NGINX Docs | NGINX Content Caching
  13. mrsombre

    Resolved Mailman's management links do not work

    Hello, you can read this documents to learn how upgrade plesk to latest version: - Upgrading Plesk Using Administrator GUI - How to upgrade Plesk to the next release PS Keep plesk on latest version is a good decision which may solve lot's of problems. Also i can recommend to enable auto updates...
  14. mrsombre

    Issue SSL_ERROR_RX_RECORD_TOO_LONG

    Can you please give URl of site you experienced problem with (You can send it to me using PM). I would like to check problem more precisely. Also you can do something on your own: 1. Trying full reconfiguration plesk sbin httpdmng --reconfigure-all 2. Test web server listening 443 port netstat...
  15. mrsombre

    Resolved Mailman's management links do not work

    Thanks for reply, @Tchiboun Because plesk 17.0 is really outdated today i can propose two solutions to achieve quick result: - Update to latest stable 17.8 version and get all updates and bug fixes OR - Contact plesk support directly. I suppose this problem can be mitigated effectively only...
Back
Top