• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/
  • On Plesk for Linux mod_status is disabled on upgrades to improve Apache security.
    This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.

Recent content by Raul A.

  1. R

    Issue Password for admin has Changed

    Can you SSH to the server using root or some other SSH user that has sudo access?
  2. R

    Issue Password for admin has Changed

    Hi, The admin user is a Plesk only user. You can't SSH to the server using the user admin. For SSH you will have to use root or some other user which has sudo access. If you have access to Plesk using the admin user, you can use SSH Terminal extension - Plesk to access the server via SSH using...
  3. R

    Issue to add email in outlook or iphone

    systemctl status dovecot indicated /etc/dovecot/private/ssl-cert-and-key.pem was missing. After /etc/dovecot/private/dovecot.pem was copied to /etc/dovecot/private/ssl-cert-and-key.pem, the Dovecot service started properly.
  4. R

    Question Developing a Plesk Extension to Serve Dynamic Content for roblaxmod Pages

    Interesting. Do you pull the api response in a variable? How do you present the API response in the view file?
  5. R

    Issue to add email in outlook or iphone

    Hey, The output indicates Dovecot is not starting. Change back to courier, if you haven't already, rename /etc/dovecot to /etc/dovecot_broken. This will ensure Plesk installer will generate fresh config files. Switch back to Dovecot. Check if the dovecot service is working. You can also run...
  6. R

    Question Imunify has detected malware

    The injected code might not be detected as malicious by a PC antivirus. However, the malicious code can potentially be used to execute arbitrary code on your website. That is why I suggested comparing it against an older version of the same file.
  7. R

    Issue to add email in outlook or iphone

    The log entry indicates the email client doesn't use any TLS version used by the server or the server doesn't use any of the TLS versions used by Outlook. Are you using a recent Outlook version? You can try to replace Courier with Dovecot from Plesk installer.
  8. R

    Question Imunify has detected malware

    Hi, The functions.php file contains the malicious code. You can restore the file from an available backup, replace it with the functions.php from the theme package or try to remove the malicious code manually. Removing the file will break the WordPress theme.
  9. R

    Issue to add email in outlook or iphone

    Hi, You should also set the email address and password in the SMTP settings. Change the none dropdown. For the maillog, there is the logbrowser extension (Log Browser extension - Plesk) or via SSH, logged in as root, in /var/log/maillog.
  10. R

    Issue to add email in outlook or iphone

    Hi, What do you have in the maillog when the error is encountered? Monitor it while you click the button in Outlook. Can you also show us what options you have when you toggle the show advanced settings button?
  11. R

    Question Imunify has detected malware

    Hi, Do you have a backup from where you can extract those 3 files? If you do, compare the files to see if you have injected code. Did you also run a manual scan?
  12. R

    Issue email issue from hotmail

    Hi, You will have to open a support ticket with them at Sign in to your account. If you have access in SNDS, you should also check if your IP address is not blocked. This is not a Plesk issue. It's one of Microsoft's measures to block SPAM.
  13. R

    Issue Cloudflare - Logs showing Cloudflare IPs, not client IP

    You need to implement in nginx conf.d Module ngx_http_realip_module Add a set_real_ip_from directive for each Cloudflare subnets. IP Ranges (you have links to plain text lists in the article)
  14. R

    Issue Scheduled task cause all websites to be unavailable for a few minutes

    Hi, Cron task execution is logged in /var/log/cron. You will find there all the tasks that were executed. How do you back up your data? Is it scheduled within this timeframe?
  15. R

    Issue httpd won't start

    Do you have, by any chance, the LiteSpeed extension?
Back
Top