• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. T

    Question SSL for mail.domain.com

    I am web hosting my domain on a non-Plesk server and I use my plesk server for hosting email services for this domain. DNS management is via Cloudfare. mail.domain.com is pointing to my plesk server IP (not proxied) My problem is that I cannot find a way to issue an ssl certificate for...
  2. T

    Issue Huge performance issues

    Yes, I have one redis and I use WP_REDIS_PREFIX to avoid data collisions in the multiple databases. Can you please elaborate on having a separate redis for each dataset?
  3. T

    Issue Huge performance issues

    I wrote a bash script to help me automate the analysis of my logs. Here it is: #!/bin/bash LOG_PATH="/var/www/vhosts/*/logs/access_ssl_log.processed.1.gz" for logfile in $LOG_PATH; do echo "Analyzing $logfile" echo "IP addresses" zcat "$logfile" | awk '{print $1}' | sort | uniq -c |...
  4. T

    Issue Huge performance issues

    One question. Which approach is better? Should I have all sites using the FPM application served by NGINX, or have the most visited sites setup using Dedicated FPM application served by NGINX?
  5. T

    Issue Huge performance issues

    Hello and thank you so much for your valueble insights. Sorry for the late reply but I was down with corona. I am trying to evaluate and apply your recommendations I will come back with an update
  6. T

    Issue Huge performance issues

    I have comissioned a very capable server in order to host 40 Wordpress & Woocommerce sites using Plesk Obsidian Web Host Edition Version 18.0.56 Update #4. I am experienging dissapointing performance not only on my sites, but on Plesk as well. I will try to provide as much information I can, so...
  7. T

    Issue Memcached and Dedicated FPM Application

    I have installed Memcached using this article: https://support.plesk.com/hc/en-us/articles/12377651968023-How-to-install-uninstall-memcached-PHP-extension-for-Plesk-PHP-handlers My issue is that Memcached is available in the FPM Application served by Apache but not in the Dedicated FPM...
  8. T

    Question Apache 2.4 - every page in my site works, expect home

    I have recently upgraded to Apache 2.4 and I am experiencing a strange problem. Every page in my Wordpress site works fine, except the homepage , which getS downloaded instead of displaying (with a filename of download)... Before the update everything was working fine. Other sites on the same...
  9. T

    Plesk backup of mysql databases

    I have created some mysql databases manually, via Server/ Database Servers/ Access this Server via DB Webadmin. Are these databases getting backed up with Plesk backup services? This databases are not associated with any of my domains.
  10. T

    Plesk 8.6 Error 404 Windows Server

    I am facing the same problem!!!
  11. T

    Multiple problems. Can't login and Horde issues

    Hi, I was facing problems with Horde. I was having the following error when I was trying to access webmail.mysite.com CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. I was trying various solutions I found on the net and now I can't...
Back
Top