Forum Moderators: phranque

Message Too Old, No Replies

Internal services from outside

         

chrisguk

4:56 pm on Jan 22, 2014 (gmt 0)

10+ Year Member



Hi,

I have a scenario that I wish to investigate as possible solution.

I have an intranet presently written in php with clean urls. It serves various local pages "locally" and also includes direct links lets say to an employee leave and pay portal on another Windows server, also locally with an internal hostname. Someone asked me if we could have access outside of the business as we have a lot of remote employees. With secure blowfish, php salt https etc I see no problem with this.

The problem I cant figure out is how can I mask the true destination of the other portals on other severs while still serving the content from them?

My example.

intranet.company.net/home
intranet.company.net/about
intranet.company.net/news
pay.mylocalserver.net/pay
cms.anotherlocalserver.net

I was unsure of the search term or in fact if I am clear in what I am trying to achieve.

Any help would be great.

Many thanks

phranque

6:54 pm on Jan 22, 2014 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



you probably want to use mod_proxy.
look at the ProxyPass directive for clues.