Apache web page BadRequest, Cookie length set up

Source: Internet
Author: User
When the Apache web page BadRequest and Cookie length are set to test a web page, when the number of pages reaches a certain value, the webpage reports an error and the prompt is: Bad & nbsp; Request & nbsp; Your & nbsp; browser & nbsp; sent & nbsp Apache webpage Bad Request, Cookie length settings
When testing a webpage, when the number reaches a certain value, the webpage reports an error and the prompt is as follows:
Bad Request

Your browser sent a request that this server cocould not understand.
Size of a request header field exceeds server limit.

Then there is a long cookie.

After reading the information, I prompted that the Apache server may have cookie byte restrictions, so I modified the Apache configuration as follows:
LimitRequestFields 40940
LimitRequestBody 40940
LimitRequestFieldSize 40940
LimitRequestLine 40940

Unfortunately, an error is still reported after the test. please help me to see if there is a solution. thank you! Apache Cookie server php shared:
------ Solution --------------------
Size of a request header field exceeds server limit
The size of the request header field exceeds the server limit.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.