two applications on the same box

two applications on the same box

am 26.02.2010 14:42:52 von Stefano Nichele

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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: two applications on the same box

am 26.02.2010 14:48:51 von john doe

From: Stefano Nichele
> 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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: two applications on the same box

am 26.02.2010 14:55:18 von Rich Bowen

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.
>=20
> I have two different server instances running on the same box and on =
different ports. For instance:
>=20
> http://my.domain.com:8080/appA
> http://my.domain.com:9090/appB
>=20
> are the URLs at the moment i'm using.
>=20
> Actually I want to setup a proxy in order to have:
>=20
> http://appA.domain.com (instead of http://my.domain.com:8080/appA)
> http://appB.domain.com (instead of http://my.domain.com:9090/appB)
>=20
> appA.domain.com and appB.domain.com are already configured in my DNS =
to address the box.
>=20
> 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 for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org