Unable to insert table of contents using Apache reverse proxy

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

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:

Cause

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

Resolution

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

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

Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.