Rich Text Editor and Trusted Applications Do Not Work Due to ProxyPreservehost in Apache
Symptoms
When ProxyPreserveHost is set to OFF in Apache HTTPd's configuration, several issues can ensue:
- Rich Text editor does not display - CONF-13942 (fixed in 2.10.1)
- Some configurations with Trusted Applications may not work (if the server base URL differs).
Cause
ProxyPreserveHost is set to OFF in Apache's configuration.
Workaround
To work around the issue, in Tomcat's server.xml
, use:
<connector proxyName="hostname" proxyPort="80" />
This is described in Tomcat's documentation.
Resolution
Atlassian recommends using ProxyPreserveHost ON.
Last modified on Feb 26, 2016
Powered by Confluence and Scroll Viewport.