欢迎光临
我们一直在努力

ModSecurity: Output filter: Response body too large (over limit of 524288, total not specified).

ModSecurity: Output filter: Response body too large (over limit of 524288, total not specified). [hostname “netswest.org”] [uri “/modules/popnupblog/index.php”] [unique_id “Tu6zGUPeYikAACRZGpQAAAAA”]

It was due the over limit, So we have to increase the limit of that particular domain.

Solution:

Go to Apache configuration file

vi /usr/local/apache/conf/httpd.conf

Search for domain’s virtual host entry

Add the following lines inside virtualhost entry

<VirtualHost Domainname/IP>

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

</VirtualHost>

赞(0) 打赏
未经允许不得转载:优惠吧 » ModSecurity: Output filter: Response body too large (over limit of 524288, total not specified).
分享到: 更多 (0)

评论 抢沙发

评论前必须登录!