On Thu, Mar 13, 2008 at 6:34 PM, Joshua Slive <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to