Long URLs Are Rejected by Apache with 'Request-URI Too Large' Error
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
このページの内容はサポート対象外のプラットフォームに関連しています。したがって、アトラシアン サポートではこのページの記載内容のサポートの提供は保証されません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。
症状
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.
この内容はお役に立ちましたか?