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

Recent content by BlueChannel

  1. B

    Server Configuration Recommendations Needed

    Looking for an expert in Linux, Apache, nginx, FPM-PHP, and Plesk to look at our very high end server and give us some configuration recommendations. We are hitting some sort of limits, connection or otherwise, but the servers processors, memory and disk can handle much, much more. We may be...
  2. B

    Nginx PHP-FPM override Pool Settings (pm.max_children = 5)

    Run this command after you create/modify /var/www/vhosts/system/bethechangetour.com/conf/php.ini: /usr/local/psa/bin/php_settings -u It will add your custom settings to the bottom of /opt/plesk/php/5.6/etc/php-fpm.d/domain.conf file. Then restart php-fpm service. The Plesk documentation on...
  3. B

    Plesk is preventing CORS headers from reaching external servers

    Sadly, this didn't work. What DOES work is if I just add this line to addition NGINX directives: add_header Access-Control-Allow-Origin *; So, I think the issue has something to do with the location directive -- e.g., location ~* \.(woff|ttf)$ {. These are all of my current directives: #...
  4. B

    Plesk is preventing CORS headers from reaching external servers

    Thanks IgorG. I get your results on older servers, but this is what I get on the one in question, running Cent OS 7: [root@web8 ~]# httpd -M | grep headers [Tue Nov 03 08:19:12.356703 2015] [so:warn] [pid 3999] AH01574: module actions_module is already loaded, skipping [Tue Nov 03...
  5. B

    Plesk domain CORS support for CDN - help!

    Any luck on this? I am having the same issue.
  6. B

    Plesk is preventing CORS headers from reaching external servers

    Did you ever get an answer to this? I am having the same issue.
  7. B

    ModSecurity Web Application Firewall for Apache buttom

    When I ran "plesk bin server_pref --update-web-app-firewall -waf-rule-engine on -waf-rule-set tortix" I got this message: "The security core features (ModSecurity and Fail2Ban) are not available due to license restrictions." So, I re-installed the license key. I then immediately saw the...
  8. B

    NGINX + SSL needs to be fixed.

    Also confirmed that this fixes the issue on 08/16/13 with Plesk 11.5.30.
  9. B

    Turning NGINX on breaks SSL Chain

    We recently upgraded a live server from Plesk 11.0.9 Update #55 to 11.5.30 Update 7. We had the issue of the default server certificate loading in some browsers for all sites with SSL enabled. Ultimately, we solved this by disabling SNI and then associating each IP address with the proper...
Back
Top