• 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.

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: 71
Back
Top