Permission denied in Apache logs when used as a reverse proxy
プラットフォームについて: 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 は除く
要約
問題
When using Apache as a reverse proxy, Apache responds with a message that the Bitbucket server is not available and the following can be seen in the Apache error logs:
[error] (13)Permission denied: proxy: HTTP: attempt to connect to 192.168.1.1:7990 (bitbucket.example.com) failed診断
環境
This error can occur on RedHat or CentOS.
原因
By default, SELinux prevents Apache from initiating outbound connections, so it is unable to proxy requests to Bitbucket Server.
ソリューション
ソリューション
Run the following command on the server to allow Apache to make outbound connections.
/usr/sbin/setsebool -P httpd_can_network_connect 1You can also review the SELinux configurations and add the Bitbucket ports, by following instructions from the Change Ports Numbers document.
この内容はお役に立ちましたか?