• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

Search results

  1. M

    Question Recovery Plesk from Damaged Ubuntu Server VM

    Doesn't aptitude give you any options to resolve those dependencies?
  2. M

    Resolved PLESK 18.0.60 Problems to configure mails / Certificates, etc.

    As long as the A/AAAA records for serveur001.domain.com do not point to cloudflare, that is not a problem. You can use the same certificate on different servers. You can also use different certificates as long as the issuer is not forbidden via CAA record in DNS. You can even use different...
  3. M

    Question Strategic questions

    I think I'm seeing something similar here ... this morning at 6:26, Plesk updated itself to 18.0.63mu3. Just a minute later, I got a Package Update Manager notification for 108 packages, some of them skipping several versions (e.g. "libc-bin 2.31-13+deb11u10 from Debian-Security for...
  4. M

    Question Redis

    You haven't? What did you try, then?
  5. M

    Issue 502 Bad Gateway - New Install - Restored from Backup

    I would guess it is this problem again: Issue - apache2 proxy target - wrong ip-address
  6. M

    Question Redis

    Isn't that by design? I think you'd need to use separate redis instances if you want to avoid this.
  7. M

    Resolved PLESK 18.0.60 Problems to configure mails / Certificates, etc.

    or you could just use webmail.domain.com for imap and smtp ...
  8. M

    Question SELECT COMMAND IN MYSQL QUERY FROM SHELL SCRIPT

    ${} does not do what you think it does. Lose the {}. And it's 'exit', but you don't actually need that because the script ends anyway.
  9. M

    Issue Access to a database from another plesk server

    Oh, and you should restrict the mariadb users to that IP. See mysqltuner for how.
  10. M

    Issue MariaDB High "created tmp disk tables"

    No, it's just that you're listing the worker status. SHOW GLOBAL STATUS LIKE 'created_%'; has a very different result.
  11. M

    Issue MariaDB High "created tmp disk tables"

    Did you recently restart the mysql server? Also, you should have a look at mysqltuner. Don't blindly follow the recommendations, though.
  12. M

    Question Ioncube Loaders in usr/bin/php ?

    /usr/bin/php is a link to /etc/alternatives/php. Use update-alternatives to change what /etc/alternatives/php points to.
  13. M

    Issue apache2 proxy target - wrong ip-address

    plesk bin apache --listen-on-localhost <true|false> switching it around a bit should make it consistent again see also Resolved - SECURITY - attack surface : ports 7080 and 7081
  14. M

    Issue apache2 proxy target - wrong ip-address

    External ip was the default not very long ago, so you might have a mixture of old and new settings there.
  15. M

    Issue Sometimes it is not possible to connect the panel via :8443.

    and second, use tcpdump to listen to traffic on 8443 to check whether anything arrives at your server at all. Some mobile providers use a lot of transparent proxying and several layers of NAT and may not route traffic on unusual ports.
  16. M

    Issue MariaDB High "created tmp disk tables"

    Caveat: O_DIRECT can lead to problems with SoftRAID where the RAID might appear inconsistent (the data in that place would be garbage anyway though).
  17. M

    Resolved Plesk backup can not Dump databases MariaDB 10.6.7

    Those two are server settings, so they do require a restart.
  18. M

    Question About ports 465 and 587

    But at least with 465 you know it can't connect unencrypted, whereas with 587 you have to rely on the server to enforce (and the client demand) STARTTLS before anything else, which makes a MITM attack possible.
Back
Top