Viewing 1 replies (of 1 total)
  • This is a server configuration problem. If you are using apache there is a setting that you can use to expand the size of the request object. I used to have this problem with WebSphere all the time (10 years ago) because it used to set the limit at 4096 bytes which is very low.

    I think your message is coming from Mod.security which is used to defend your site against attacks. If you can modify the config, you need to add this line replacing what is there:
    SecRequestBodyLimit 10485760
    Perhaps your web host can make this change if you can’t.

    For now, you will have to reduce the number of black list items.

    The new version breaks these options up into smaller chunks so you won’t have as much of a problem. This is very stable right now and it will be going BETA as soon as I can move it over. I want to release the new version to WordPress on Feb 15.

    Keith

Viewing 1 replies (of 1 total)
  • The topic ‘Request Entity Too Large’ is closed to new replies.