Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-13942

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 2.10.1
    • 2.10
    • None
    • Confluence 2.10 behind Apache 1.3.x and 2.x

    Description

      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

      Attachments

        1. request_confluence.gif
          request_confluence.gif
          15 kB
        2. seraph-config.xml
          2 kB

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: