Apache Request-uri Too Large Error Resolution _linux

Source: Internet
Author: User

Copy Code code as follows:

Request-uri Too Large

The requested URL ' s length exceeds the capacity limit for this server.


The reason for this request-uri Too Large problem mentioned above is as follows:

The Apache error is that the length of the URL exceeds the limit. The length of the URL is limited by the browser and the server, the common IE is 2083,firefox is 65,536 (measured 8182), opera is 4050, Netscape is 8192, and so on. The limit for local Apache servers is 8192.

In addition, the HTTP protocol is said to be unrestricted URL length? Using a browser to send a GET request is limited by the length of the browser URL, and a GET request that does not use the browser is also limited by the server side. The specific limit length can be configured according to the server's processing power.

The HTTP protocol can transmit data in large quantities through udp,post requests because it is divided into multiple UDP packets and read through the stream.

So the wrong way is to reduce the URL address to the browser and the server can be received or replaced by a POST request ...

It is strongly recommended that you do not use get!

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.