Re: Path base virtualhost ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Mar 12, 2008 at 5:32 AM, Manuel Vacelet
<manuel.vacelet@xxxxxxxxx> wrote:
> Hello,
>
>  I would like to know if it's possible to configure apache in the way
>  it would answer to urls like 'http://example.com/appname' as it would
>  serve 'http://appname.example.com/'.
>  I don't know if I'm clear enough:
>  - 'appname' is installed in a standalone way on a server
>  - there is a reverse proxy that is set-up to redirect requests from
>  users on the right application given the name of this application
>  (http://example.com/appname, http://example.com/appname2, ...).
>  - the application 'appname' is designed to run at the root of the
>  domain name (http://appname.example.com)
>  - can apache deal with this problem and "fake" that 'appname' is
>  running in another path on the server ?
>
>  I don't know if this could be done with virtualhost or rewrite rules or ...
>  What is your advise ?

This is essentially the reverse of what is normally asked for with
dynamic virtual hosting.

>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. 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

Joshua.

---------------------------------------------------------------------
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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux