• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Adding custom rule to Mod_security

Dutchie

New Pleskian
I have a hard time figuring out how Mod_security is exactly configured in Plesk 12.
Its so different then on the server where we manually installed mod_security...

I want to add a custom rule because of CVE-2015-8562.

How can I add this rule without breaking anything and without it being overwritten upon updates?

On my other servers I just added an extra 00_joomla.conf file to the configuration.
But I dont know where to put it and how to let mod_security now to read it...
 
Thank you Igor,

I don't want to replace the whole ruleset but just add one rule:

SecRule REQUEST_HEADERS "JDatabaseDriverMysqli" "phase:1,id:'999000',deny,t:urlDecode,t:removeNulls,status:403,log,noauditlog,msg:'Joomla RCE CVE-2015-8562'"

Thanks,
Erwin
 
Just go to Tools & Settings -> Web Application Firewall, switch it on and upload a custom web application firewall rule set if you have it.
More detail you can find here http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=73383.htm
Could you help me understand this? My Plesk was suddenly overload using that website.
I want to block all countries except for NL, BE, DE, LU.

I found something like this:
SecRule GEO:COUNTRY_CODE3 "!@streq USA" "phase:1,t:none,log,deny,msg:'Client IP not from USA'"

But when I use what is described on your link my Plesk is half crashing(22million % CPU usage)

I'd like your help!
 
Back
Top