Recent content by WebHostingAce

  1. 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.
  2. 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/
  3. 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...
  4. 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...
  5. WebHostingAce

    Question Nginx breaks Magento 2

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

    Question WAF (ModSecurity)

    I’d like to try Atomic Advanced (purchased from Atomicorp). However, when I enter my Atomic username and password in Plesk, they are not working. I receive the following error: Failed to install the ModSecurity rule set: The specified username or password is invalid. The product I purchased...
  13. WebHostingAce

    Question WAF (ModSecurity)

    It looks like Comodo was sold to another company, and since then the WAF hasn’t been actively maintained. In my experience, Comodo’s WAF still performs better than the free version of Atomic WAF. I wanted to try the paid Atomic WAF. I signed up for a trial and entered the username and password...
  14. WebHostingAce

    Question WAF (ModSecurity)

    With the growing security concerns lately, I wanted to ask whether the Comodo (free) ModSecurity rules are still actively maintained and kept up to date? I’m open to using Atomic Advanced ModSecurity rules, however my understanding is that Atomic Advanced does not support NGINX on Plesk, which...
  15. WebHostingAce

    Migration & Transfer Manager | FTP User show as the System user after migration

    It may be a case where, during the migration, the FTP user was created above the system user.
Back
Top