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

  1. WebHostingAce

    Issue Cloudflare - Logs showing Cloudflare IPs, not client IP

    @Sebahat.hadzhi I believe this script https://raw.githubusercontent.com/plesk/kb-scripts/master/cf-nginx-ip-passthrough/cf.sh should be improved to prevent such issues. The current script, - If Cloudflare returns empty response -> file is empty - If request fails silently -> file may still be...
  2. WebHostingAce

    Issue Cloudflare - Logs showing Cloudflare IPs, not client IP

    @hunterwolf, I tried the following: Download and execute the next script in order to add the Nginx variables globally: curl -LO https://raw.githubusercontent.com/plesk/kb-scripts/master/cf-nginx-ip-passthrough/cf.sh && chmod 700 /root/cf.sh Execute the script: bash cf.sh I can confirm it is...
  3. WebHostingAce

    Question WAF (ModSecurity)

    @sminozzi Thank you for your input!
  4. WebHostingAce

    Question Nginx breaks Magento 2

    I noticed this, Warning: mlock() of VSM failed: Cannot allocate memory (12) Did you start the docker with --ulimit memlock=-1:-1 as I have mentioned in my other post?
  5. WebHostingAce

    Question Nginx breaks Magento 2

    1. localhost (Let’s edit the VCL once downloaded) 2. IPv4 of the website 3. 7080 Download the VCL for Vanish 6 backend default { .host = "Point 2 should be in here"; .port = "7080"; .first_byte_timeout = 600s; # .probe = { # .url = "/health_check.php"; # .timeout =...
  6. WebHostingAce

    Question What is the current version of the free AtomiCorp ruleset(s) (ModSecurity) within Plesk?

    Please make sure that the following notification is enabled in your Plesk panel so you can receive WAF rule update notifications: Tools & Settings → Notifications → Plesk UI → “A ModSecurity rule or rule set has been installed.” This will ensure you are notified whenever new WAF rules are...
  7. WebHostingAce

    Issue Roundcube - Oops... something went wrong

    Check the logs first and see what errors are being recorded there. This article, which may be relevant: https://www.plesk.com/kb/support/roundcube-does-not-load-oops-something-went-wrong/ However, reviewing the logs first would be the best place to start.
  8. WebHostingAce

    Question Nginx breaks Magento 2

    This my post may help you, https://talk.plesk.com/threads/magento-2-plesk-varnish-setup-in-a-docker.362442/
  9. WebHostingAce

    Input Magento 2 | Plesk | Varnish Setup in a Docker

    I'd like to correct my configuration in this post. When Varnish is deployed using the container command below, the cache storage defaults to 100MB (malloc). docker run --name=varnish -v /root/varnish/conf:/etc/varnish/ -p 127.0.0.1:32780:80 "million12/varnish" Deploy Varnish using a command...
  10. WebHostingAce

    Question WAF (ModSecurity)

    @Sebahat.hadzhi Thank you! Finally, the Atomicorp support team was able to assist me with this case. It appears that the product they previously offered for this setup is no longer available, which is causing the issue. "The monthly download rules are no longer available on our website and we...
  11. WebHostingAce

    Question Nginx breaks Magento 2

    Glad to hear that. Also the Varnish is the recommended caching method for Magento 2.
  12. WebHostingAce

    Question WAF (ModSecurity)

    @ChristophRo Thank you for your input. To me, it seems that WAF is not very popular within the Plesk community. I believe that due to the number of false positives, many Plesk users prefer to keep it disabled. However, with the growing security concerns lately, a WAF can be very useful in...
  13. WebHostingAce

    Question Nginx breaks Magento 2

    @bulent yes of course. Use this in both Additional directives for HTTP(s) SetEnvIf Host subdomain.or.multistore.tld* MAGE_RUN_CODE=abcd SetEnvIf Host subdomain.or.multistore.tld* MAGE_RUN_TYPE=store Use the MAGE_RUN_TYPE=store We have some issues with MAGE_RUN_TYPE=website See my input in...
  14. WebHostingAce

    Question WAF (ModSecurity)

    @Sebahat.hadzhi Thank you for your reply. I was trying to get support from Atomicorp, however it seems they are not very familiar with the option offered in Plesk. I tested the following options with these results: Atomic Standard (free, upgradeable to Atomic Advanced) This does not seem to...
  15. WebHostingAce

    Question Nginx breaks Magento 2

    I still prefer the Nginx → Varnish → Apache setup. In Magento 2, many directories include .htaccess files (rewrites/rules/overrides). With this stack, Apache can still apply those rules properly while Nginx + Varnish handle the heavy lifting in front, so it stays compatible and performs well...
Back
Top