Continuum

Some URLs incorrect when behind httpd with mod_proxy

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-beta-1
  • Fix Version/s: 1.1-alpha-1
  • Component/s: Web interface
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

Given a mod_proxy setup like:
<VirtualHost *:80>
[...]
RewriteEngine on
RewriteRule ^/(.*)$ http://localhost:8080/$1 [p]
ProxyPassReverse / http://localhost:8080/
</VirtualHost>

All the URLs but the various icon_foo_sml.gif icons will be hardcoded to the localhost:8080

Activity

Hide
Richard van der Hoff added a comment -

this is a duplicate of CONTINUUM-240, I think

Show
Richard van der Hoff added a comment - this is a duplicate of CONTINUUM-240, I think
Hide
Jesse McConnell added a comment -

emm, did you take care of this when you were playing around with https support?

Show
Jesse McConnell added a comment - emm, did you take care of this when you were playing around with https support?

People

Vote (2)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: