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.