duanpie4763 2016-07-06 17:14
浏览 52
已采纳

请求实体太大的apache

I have 8000 checkboxes in a form being submitted. No comments on how bad that is please.

My .htaccess

php_value post_max_size 20M
php_value max_input_vars 10000
php_value suhosin.get.max_vars 10000
php_value suhosin.post.max_vars 10000
php_value suhosin.request.max_vars 10000

I am getting the Request Entity Too Large error when I submit the form.

When I had 3000 checkboxes it was working fine. Am I missing some more settings or do I need restart a service other than apache?

Aside: I checked my post size using

 postsize = $("form").not("[type='file']").serialize().length;

The result is postsize == 165655

  • 写回答

1条回答 默认 最新

  • duancan9815 2016-07-06 20:58
    关注

    After looking in the right log files see comments in OP, I discovered modsecurity was denying the post request and googling helped me find this solution.

    Increase the size allowance by adding the following to the site configuration i.e. etc/apache2/sites-available/[your_site.conf]

    <IfModule mod_security2.c>
        SecRequestBodyNoFilesLimit 5242880
    </IfModule>
    

    I used an arbitrary large number but you can use whatever number you feel comfortable with...you increase exposure/severity of DOS attacks along with the size.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 yolov8边框坐标
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂