On Thu, Mar 13, 2008 at 6:34 PM, Joshua Slive <joshua@xxxxxxxx> wrote: > This is essentially the reverse of what is normally asked for with > dynamic virtual hosting. I know :'( > From you message, what I understand is that you app must live at the > root of the name-space, but you want it to be accessed as the > subdirectory of another server. This is exactly what I want. > The only way I know to do that is with > a reverse proxy: > ProxyPass /appname2 http://appname.example.com > ProxyPassReverse /appname2 http://appname.example.com > That will work to a degree, but if appname.example.com has links in > the html pages that are not relative to the current directory, the > client will pop right out of the /appname2 space. In this case, you'll > need mod_proxy_html as well. See: > http://www.apachetutor.org/admin/reverseproxies Thanks a lot for all this advises, Manuel --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx