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

    Resolved 502 Issue Solved

    @trialotto Thank you! Debugging customer code isn't always possible when I am not getting paid for it, so this was a good solution for me. It's interesting how I have two nearly identical servers, and each had a different MPM out of the box, as I didn't even know that option existed. I...
  2. P

    Question Use SMTP while MX record is to a different server

    I think you will have to. I don't see that as a security risk if your files are properly protected from viewing these credentials, and you are using encrypted authentication. Alternatively, you should be able to configure Ruby to just use the server's sendmail and not worry about a remote...
  3. P

    Resolved 502 Issue Solved

    We've been fighting to find the solution to random and frequent 502 Bad Gateway errors on many of our websites on one of our servers. They would generate entries like this in the site's proxy_error_log: 2016/06/17 08:55:46 [error] 23668#0: *24939 upstream prematurely closed connection while...
  4. P

    Question Use SMTP while MX record is to a different server

    Why not just use the remote SMTP server's credentials. You for sure want mail service "Off" locally. It's going to cause problems if you keep it on (e.g., your website scripts trying to mail locally and other clients on that same machine not being able to email that client).
  5. P

    Question Thoroughly confused by PHP-FPM, Nginx, etc.

    Is anyone else thoroughly confused by the configuration of PHP-FPM, Nginx, FastCGI, etc.? This is what I have been able to determine and not determine... ** NGINX ** Error log: /var/log/nginx/error.log NGINX configuration file: /etc/nginx/nginx.conf Domain specific NGINX...
  6. P

    Concurent processes

    Glad you found it. The defaults on some of this stuff are so ridiculous for modern servers. I wish Plesk released some guidelines to help us manage base server settings like this on machines that are obviously being used for web hosting. Cheers, - Paul
  7. P

    Concurent processes

    Are you running the site using Fast-CGI or PHP-FPM for nginx, or is this straight Apache PHP?
Back
Top