-
Bug
-
Resolution: Fixed
-
Medium
-
2.10
-
None
-
Confluence 2.10 behind Apache 1.3.x and 2.x
When Confluence is running behind Apache through mod_proxy, resources (such as the ui.css file) are not loaded correctly as it does not use the Base Server URL but instead the local URL (between Apache and Confluence).
Here are some example settings:
<Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/
The current workaround for Apache 2.x is using the following setting:
ProxyPreserveHost On
This issue is not present in previous versions of Confluence
- is caused by
-
CONFSERVER-13521 RTE doesn't work if configured base url is not used
-
- Closed
-
- is related to
-
CONFSERVER-19035 WYSIWYG
-
- Closed
-
Rich Text editor does not display when Confluence is running behind Apache
-
Bug
-
Resolution: Fixed
-
Medium
-
2.10
-
None
-
Confluence 2.10 behind Apache 1.3.x and 2.x
When Confluence is running behind Apache through mod_proxy, resources (such as the ui.css file) are not loaded correctly as it does not use the Base Server URL but instead the local URL (between Apache and Confluence).
Here are some example settings:
<Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/
The current workaround for Apache 2.x is using the following setting:
ProxyPreserveHost On
This issue is not present in previous versions of Confluence
- is caused by
-
CONFSERVER-13521 RTE doesn't work if configured base url is not used
-
- Closed
-
- is related to
-
CONFSERVER-19035 WYSIWYG
-
- Closed
-