• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Recent content by WebHostingAce

  1. WebHostingAce

    Question WAF (ModSecurity)

    @sminozzi Thank you for your input!
  2. 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?
  3. 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 =...
  4. 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...
  5. 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.
  6. 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/
  7. 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...
  8. 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...
  9. WebHostingAce

    Question Nginx breaks Magento 2

    Glad to hear that. Also the Varnish is the recommended caching method for Magento 2.
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. WebHostingAce

    Question WAF (ModSecurity)

    Thank you @Sebahat.hadzhi ! It didn't help. I'm trying to get support from atomicorp.com for this issue. Do you know which directory we should have access to get the Advanced Rules from the Actomicorp? https://updates.atomicorp.com/channels/asl-3.0/rules/ I can access the above using the...
  15. WebHostingAce

    Question WAF (ModSecurity)

    @Sebahat.hadzhi Thank you. I have the /etc/asl/config file with # Authentication Information USERNAME="plesk_global_unpaid" PASSWORD="nYk9teL4RXNa" Also I have the /etc/asl/license.key But when I enter my Atomic username and password in Plesk, they are not working. Fails with, Failed to...
Back
Top