two applications on the same box
Hi All,
I'd like to ask you some help with apache configuration for my goal.
I have two different server instances running on the same box and on
different ports. For instance:
http://my.domain.com:8080/appA
http://my.domain.com:9090/appB
are the URLs at the moment i'm using.
Actually I want to setup a proxy in order to have:
http://appA.domain.com (instead of http://my.domain.com:8080/appA)
http://appB.domain.com (instead of http://my.domain.com:9090/appB)
appA.domain.com and appB.domain.com are already configured in my DNS to
address the box.
What's the best way to obtain this ?
Thanks a lot
ste
------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: two applications on the same box
From: Stefano Nichele <stefano.nichele [at] gmail.com>
> Actually I want to setup a proxy in order to have:
> http://appA.domain.com (instead of http://my.domain.com:8080/appA)
> http://appB.domain.com (instead of http://my.domain.com:9090/appB)
> What's the best way to obtain this ?
Virtual Hosts...?
http://httpd.apache.org/docs/2.2/vhosts/
JD
------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: two applications on the same box
On Feb 26, 2010, at 8:42 AM, Stefano Nichele wrote:
> Hi All,
> I'd like to ask you some help with apache configuration for my goal.
>
> I have two different server instances running on the same box and on =
different ports. For instance:
>
> http://my.domain.com:8080/appA
> http://my.domain.com:9090/appB
>
> are the URLs at the moment i'm using.
>
> Actually I want to setup a proxy in order to have:
>
> http://appA.domain.com (instead of http://my.domain.com:8080/appA)
> http://appB.domain.com (instead of http://my.domain.com:9090/appB)
>
> appA.domain.com and appB.domain.com are already configured in my DNS =
to address the box.
>
> What's the best way to obtain this ?
I believe the example you're looking for is this one: =
http://httpd.apache.org/docs/trunk/vhosts/examples.html#prox y
--Rich=
------------------------------------------------------------ ---------
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 [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org