Forum Moderators: phranque

Message Too Old, No Replies

Paths to access different applications

         

rlhowell

2:40 pm on Sep 6, 2005 (gmt 0)

10+ Year Member



Hi there.

I'm running multiple tomcat applications and using Apache and ajp13 to connect with them. I've set the workers and virtual hosts up fine in Apache and it works so long as I use:

www.site1.mydomain.com
www.site2.mydomain.com
etc...

Can anyone point me in the right direction how I can use paths to access them so:

www.mydomain.com/site1
www.mydomain.com/site2
etc....

I'm not even sure I should be using virtual hosts.
Thanks in advance

Rupert

jdMorgan

12:32 am on Sep 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



rlhowell,

Welcome to WebmasterWorld!

Have you looked into Apache mod_proxy [httpd.apache.org]?

Jim

rlhowell

9:42 am on Sep 7, 2005 (gmt 0)

10+ Year Member



Thanks Jim,

Had a quick look at the documentation - thinking (and hoping) that a reverse proxy is exactly what I'm after.

Rupert