Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: gokseldogan on December 22, 2024, 05:54:25 AM

Title: Nginx ModSecurity 3.0 with OWASP
Post by: gokseldogan on December 22, 2024, 05:54:25 AM
Hello everyone, when I activate modsecurity with plesk panel, I cannot access roundcube. It gives a 403 forbidden nginx warning.

SecRule REQUEST_URI "@beginsWith /roundcube" "phase:1,id:12345,ctl:ruleEngine=off" I was able to access the login page with this rule, but after logging in, I still get the same error. How can I get full access to Roundcube?
Title: Re: Nginx ModSecurity 3.0 with OWASP
Post by: gokseldogan on December 22, 2024, 06:50:26 AM
I did some research and when I deactivated the platform-unix ve platform-multi rules, the problem was solved, but how can I do this only for roundcube?