Rich Text editor does not display when Confluence is running behind Apache

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 2.10.1
    • Affects Version/s: 2.10
    • Component/s: None
    • Environment:

      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

        1. request_confluence.gif
          15 kB
          Ralf Papenkordt
        2. seraph-config.xml
          2 kB
          Daniel Davis

            Assignee:
            Andrew Lynch (Inactive)
            Reporter:
            jhinch (Atlassian)
            Votes:
            6 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated:
              Resolved: