Unable to insert table of contents using Apache reverse proxy

お困りですか?

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

コミュニティに質問

問題

When inserting a table of contents, it will spin for a long time, and the data will not be displayed. The same behavior below will happen:

原因

In the httpd.conf from Apache there is a parameter called: ProxyHTMLEnable On

ソリューション

In the httpd.conf file, comment out the ProxyHTMLEnable On property:

<VirtualHost *:443>
...
ProxyHTMLEnable On
...
</VirtualHost>

最終更新日: 2016 年 2 月 26 日

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

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