Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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 :
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
this is a duplicate of
CONTINUUM-240, I thinkCONTINUUM-240, I think