You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org> on 2007/03/13 07:27:35 UTC

[jira] Closed: (CONTINUUM-363) Some URLs incorrect when behind httpd with mod_proxy

     [ http://jira.codehaus.org/browse/CONTINUUM-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed CONTINUUM-363.
--------------------------------------

    Resolution: Fixed

It works fine. http://docs.codehaus.org/pages/viewpage.action?pageId=73595

> Some URLs incorrect when behind httpd with mod_proxy
> ----------------------------------------------------
>
>                 Key: CONTINUUM-363
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-363
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.0-beta-1
>            Reporter: David Blevins
>         Assigned To: Emmanuel Venisse
>             Fix For: 1.1-alpha-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