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

    Question Redis

    You haven't? What did you try, then?
  2. 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
  3. M

    Question Redis

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

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

    or you could just use webmail.domain.com for imap and smtp ...
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. 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
  11. 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.
  12. 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.
  13. 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).
  14. M

    Resolved Plesk backup can not Dump databases MariaDB 10.6.7

    Those two are server settings, so they do require a restart.
  15. 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.
  16. M

    Question About ports 465 and 587

    Why? 465 is safer because you can't accidentally use it without SSL/TLS.
  17. M

    Resolved RootLogin in SSH other than port22

    The error message is suspicious, though. The remote system refused the connection usually means that the connection itself is already failing, and at that point the server has no way to know you want to login as root, so it shouldn't be able to deny you based on that. Are you absolutely sure you...
  18. M

    Resolved Want to blacklist spam from a specific user name but have wildcards in the domain. Possible?

    I think that field might need a complete expression matching the full source string instead of just a partial match, i.e. *onefantasticshop.??
  19. M

    Question SMTP relay?

    MSMTP is relay ONLY, which means there won't be any local mailboxes IMAP/POP3 could serve, and without those, there aren't any accounts that could send email. In that case, there would only be emails generated on the server. However, it is possible to configure a smarthost in postfix, as stated...
  20. M

    Resolved Want to blacklist spam from a specific user name but have wildcards in the domain. Possible?

    Are you sure that [email protected] is in the From: header and not Sender:? Please post the message headers.
Back
Top