[ http://jira.codehaus.org/browse/CONTINUUM-363?page=all ]
Emmanuel Venisse updated CONTINUUM-363: --------------------------------------- Fix Version: 1.1 > Some URLs incorrect when behind httpd with mod_proxy > ---------------------------------------------------- > > Key: CONTINUUM-363 > URL: http://jira.codehaus.org/browse/CONTINUUM-363 > Project: Continuum > Type: Bug > Components: Web interface > Versions: 1.0-beta-1 > Reporter: David Blevins > Fix For: 1.1 > > > 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 message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira