Permission denied error in Apache logs for proxy

お困りですか?

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

コミュニティに質問

症状

User has set up an Apache httpd proxy to present JIRA on port 80 and is on Linux.

Check the your httpd logs for the following error:

[error] (13)Permission denied: proxy: HTTP: attempt to connect to 192.168.1.1:8080 (jira.example.com) failed

原因

SELinux is blocking httpd from working correctly.

回避策

Deactivate SELinux, or generate and adjust SELinux policies to permit the required connections.

ソリューション

Run the following command on the server to allow Apache to make outbound connections.

/usr/sbin/setsebool -P httpd_can_network_connect 1
最終更新日 2023 年 11 月 9 日

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

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