Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-240

Absolute links bypass mod_proxy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.0-alpha-3
    • 1.0-alpha-4
    • Web interface
    • None

    Description

      Continuum does not work with the mod_proxy config shown in site docs:

      ProxyPass /continuum http://localhost:8080/continuum/
      ProxyPassReverse /continuum http://localhost:8080/continuum/

      All links in the continuum webapp are absolute, and ProxyPassReverse only does rewrite of headers, not page content.
      This means that clicking on one of continuums links bypasses the proxy and goes directly to localhost:8080/continuum/.

      There is a 3rd-party module (mod_proxy_html) that does rewrite of page content, but it seems like a waste of CPU cycles.
      Making continuum generate relative links would probably be more efficient.

      http://httpd.apache.org/docs-2.0/mod/mod_proxy.html#proxypassreverse

      Attachments

        Issue Links

          Activity

            People

              trygvis Trygve Laugstol
              berz Björn Sköld
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: