• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • None
    • 6.0.0-m77
    • Server - EAP

      Hi Team

      As I already mentioned in CONF-43758, I have trouble configuring Confluence 6 behind a Reverse Proxy without the context path.

      You removed the part in the documentation https://confluence.atlassian.com/confeap/using-apache-with-mod_proxy-480346967.html#UsingApachewithmod_proxy-complex , how this should be configured. So is this an issue at the moment and still open?

      I tried the old way described in the old documentation, but I retrieve every time a redirect from the tomcat to the context path

      Version 1 - is not working
      Described here https://confluence.atlassian.com/doc/using-apache-with-mod_proxy-173669.html#UsingApachewithmod_proxy-complex
      Vhost

      ProxyPass / http://localhost:8090/confluence
        ProxyPassReverse / http://localhost:8090/confluence
        ProxyHTMLURLMap / /confluence/
        <Location /confluence>
          Require all granted
        </Location>
        
        ProxyPass /synchrony http://localhost:8091/synchrony
        <Location /synchrony>
            Require all granted
            RewriteEngine on
            RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
            RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC]
            RewriteRule .* ws://localhost:8091%{REQUEST_URI} [P]
        </Location>
      
      
      

      Server.xml

      <Context path="/confluence" docBase="../confluence" debug="0" reloadable="true">
      

      Our own old way - not working too
      If I use this version, I can browse Confluence with https://testconfluence.bitvoodoo.ch/confluence/ - I don't know where this context path is coming from ....

      Vhost

      ProxyPass / http://localhost:8090/
        ProxyPassReverse / http://localhost:8090/
        <Location /confluence>
          Require all granted
        </Location>
        
        ProxyPass /synchrony http://localhost:8091/synchrony
        <Location /synchrony>
            Require all granted
            RewriteEngine on
            RewriteCond %{HTTP:UPGRADE} ^WebSocket$ [NC]
            RewriteCond %{HTTP:CONNECTION} ^Upgrade$ [NC]
            RewriteRule .* ws://localhost:8091%{REQUEST_URI} [P]
        </Location>
      
      

      Server.xml

      <Context path="" docBase="../confluence" debug="0" reloadable="true">
      
      

      Did I missed something?
      Is the order in the VHost important?
      Why did you removed the documentation how this should be configured?

            [CONFSERVER-43770] Reverse Proxy Issue - Running without BaseURL

            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2904071 ] New: CONFSERVER Bug Workflow v4 [ 2998532 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2789062 ] New: JAC Bug Workflow v3 [ 2904071 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Priority New: Low [ 4 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2718835 ] New: JAC Bug Workflow v2 [ 2789062 ]
            Owen made changes -
            Symptom Severity Original: Major [ 14431 ] New: Severity 2 - Major [ 15831 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2386067 ] New: JAC Bug Workflow [ 2718835 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2282883 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2386067 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2223528 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2282883 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2177404 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2223528 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1927195 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2177404 ]

              Unassigned Unassigned
              95cffe71a7e5 Oliver Sträßer
              Affected customers:
              0 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: