Forum Moderators: phranque

Message Too Old, No Replies

setting up sub directories on other servers

servers, sub directories

         

carminejg3

5:47 am on Apr 23, 2006 (gmt 0)

10+ Year Member



Hi...

I'm trying to setup a new scetion of my site on a second server but, would like it to remain under the main url like so...

trying to have it like this:
www.mysite.com/newdirectory/

where mysite.com, main stuff is on server1 and /newdirectory/ is on a second sever does anyone know how this can be done on an apache red hat 2.0 server?

jdMorgan

4:05 am on Apr 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



See Apache mod_proxy and mod_alias. The main server can forward requests to another server, acting as a proxy for that server when specific paths on the main server are requested and are aliased to the proxied server.

Jim