• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  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