• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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