You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "David Blevins (JIRA)" <ji...@codehaus.org> on 2005/10/21 20:09:12 UTC

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

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: continuum-web  
    Versions: 1.0-beta-1    
 Reporter: David Blevins


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