Home >Backend Development >PHP Tutorial >Apache网页Bad Request,Cookie长度设置

Apache网页Bad Request,Cookie长度设置

WBOY
WBOYOriginal
2016-06-23 14:13:571485browse

Apache Cookie 服务器 php

在测试一个网页的时候,当数量达到一定值的时候,网页报错,提示如下:
Bad Request
 
Your browser sent a request that this server could not understand.
 Size of a request header field exceeds server limit.
 
随后是一段很长的cookie.

我查阅资料后,提示说可能Apache服务器cookie字节限制,于是我修改了Apache的配置,如下:
LimitRequestFields 40940
LimitRequestBody 40940
LimitRequestFieldSize 40940
LimitRequestLine 40940

可惜测试之后,仍然报错,请各位大大帮帮忙,看是否有解决方案,谢谢!

回复讨论(解决方案)

Size of a request header field exceeds server limit
请求头字段的大小超过服务器的限制

原来是服务器忘记重启了 还是谢谢楼上的帮助

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn