Re: [us...@httpd] two applications on the same box

2010-02-26 Thread 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. > > 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.c

Re: [us...@httpd] two applications on the same box

2010-02-26 Thread 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

[us...@httpd] two applications on the same box

2010-02-26 Thread 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