• 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue WordPress Mod Security Response Body Too Large

backfour94

New Pleskian
I have seen threads discussing error 500 and specifically Mod Security Response Body Too Large, errors. The fixes are for when this happens all the time, or for specific pages.

My issue is that it only seems to happen when I am logged into to Word Press, the same page willo work perfectly ok when not logged in.

I'm guessing that this is caused by a plug in, but I'm hoping others may have resolved the same issue. Thanks
 
I have seen threads discussing error 500 and specifically Mod Security Response Body Too Large, errors. The fixes are for when this happens all the time, or for specific pages.

My issue is that it only seems to happen when I am logged into to Word Press, the same page willo work perfectly ok when not logged in.

I'm guessing that this is caused by a plug in, but I'm hoping others may have resolved the same issue. Thanks

Google or Forum search would have shown this.
 
Sorry, I have done manhy searches and haven't found anything, Are you able to point me to an answer?
Hello,

I found a solution in fixing this error above today.

You need to mod_security -

Web Application Firewall​

Custom directives
Then add the following code here

This will fix your problem.

<IfModule mod_security2.c>
SecResponseBodyLimit 546870912
</IfModule>
 

Attachments

  • Screenshot 2022-01-01 223017-plesk.png
    Screenshot 2022-01-01 223017-plesk.png
    68.7 KB · Views: 67
Back
Top