Long URLs Are Rejected by Apache with 'Request-URI Too Large' Error

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

このページの内容はサポート対象外のプラットフォームに関連しています。したがって、アトラシアン サポートではこのページの記載内容のサポートの提供は保証されません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。

症状

Requests with long URLs are being rejected by Apache with the following error message:

Request-URI Too Large

The requested URL's length exceeds the capacity limit for this server.
Apache/2.2.3 (CentOS) Server at .... Port 443

原因

Apache limits the allowed size of a client's HTTP request-line (e.g. <HTTP METHOD> <URL> <protocol version>) and the HTTP request header field size. The default values may need to be increased if the request URL is large.

ソリューション

Increase the Apache limits for limit request line and limit request field size.

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.